Commit 3001dc29 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

use swb_bwe_enc_fx from 9b193cb8, deactivate file from 5400

parent 1603d8df
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -5077,10 +5077,6 @@ 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 )
{
    Word16 i, j;
@@ -5408,7 +5404,9 @@ static void EstimateSHBGainShape_fx(
    return;
}


#ifdef ISSUE_1867_replace_overflow_libenc
#undef ISSUE_1867_replace_overflow_libenc
#endif
/*==========================================================================*/
/* FUNCTION :static short closest_centroid_fx () */
/*--------------------------------------------------------------------------*/