Commit 4c114d73 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

use swb_bwe_enc_fx from 9b193cb8, deactivate file from pow_off_pk_fx

parent 480de262
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4602,9 +4602,6 @@ void swb_tbe_enc_ivas_fx(
/* RETURN ARGUMENTS : */
/* _ None */
/*--------------------------------------------------------------------------*/
#ifdef ISSUE_1867_replace_overflow_libenc
#undef ISSUE_1867_replace_overflow_libenc
#endif
static void EstimateSHBFrameGain_fx(
    const Word16 length,            /* i : SHB overlap length                                                  */
    const Word16 *oriSHB,           /* i : target original SHB frame                               Q(Q_oriSHB) */
@@ -5057,7 +5054,9 @@ 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 )
{
    Word16 i, j;