Commit 6731991f authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_2285_CODE_DECODER_INIT_BW

parent a2447603
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@
/* #################### Start NON-BE switches ############################ */
/* any switch which is non-be wrt. TS 26.258 V3.0 */

#define FIX_2285_CODE_DECODER_INIT_BW                   /* VA: basop issue 2285: fix core-decoder initialization bandwidth */

/* ##################### End NON-BE switches ########################### */

+0 −5
Original line number Diff line number Diff line
@@ -86,13 +86,8 @@ ivas_error init_decoder(
    }
    else
    {
#ifdef FIX_2285_CODE_DECODER_INIT_BW
        st->bwidth = WB;
        st->last_bwidth = WB;
#else
        st->bwidth = NB;
        st->last_bwidth = NB;
#endif
    }
    st->extl_brate = 0;