Commit 181e498a authored by Fabian Bauer's avatar Fabian Bauer
Browse files

use swb_bwe_enc_fx from 9b193cb8, deactivate file from EstimateSHBFrameGain_ivas_fx()

parent 4c114d73
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -4828,6 +4828,10 @@ static void EstimateSHBFrameGain_fx(
    return;
}

#ifdef ISSUE_1867_replace_overflow_libenc
#undef ISSUE_1867_replace_overflow_libenc
#endif

static void EstimateSHBFrameGain_ivas_fx(
    const Word16 length,            /* i : SHB overlap length                                                  */
    const Word16 *oriSHB,           /* i : target original SHB frame                               Q(Q_oriSHB) */
@@ -5054,9 +5058,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 )
{
    Word16 i, j;