Commit 1603d8df authored by Fabian Bauer's avatar Fabian Bauer
Browse files

use swb_bwe_enc_fx from 9b193cb8, deactivate file from 5080

parent 70de930d
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5051,9 +5051,6 @@ static void EstimateSHBFrameGain_ivas_fx(
    return;
}

#ifdef ISSUE_1867_replace_overflow_libenc
#undef ISSUE_1867_replace_overflow_libenc
#endif

static Word32 pow_off_pk_fx( Word16 a[], Word16 len, Word16 step )
{
@@ -5080,6 +5077,9 @@ static Word32 pow_off_pk_fx( Word16 a[], Word16 len, Word16 step )
    return ( sum );
}

#ifdef ISSUE_1867_replace_overflow_libenc
#undef ISSUE_1867_replace_overflow_libenc
#endif

static Word32 pow_off_pk_corrected_fx( Word16 a[], Word16 len, Word16 step )
{