Commit 7a195933 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_2285_CODE_DECODER_INIT_BW

parent 2f5925a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@
/* any switch which is non-be wrt. TS 26.251 V3.0 */

#define FIX_2250_LARGE_DIFFERENCES_BETWEEN_BASOP_AND_FLOAT  /* Dolby: Issue 2250:  random vector generation in GenShapedSHBExcitation() */
#define FIX_2285_CODE_DECODER_INIT_BW                   /* VA: basop issue 2285: fix core-decoder initialization bandwidth */
#define FIX_2306_MISSING_UPDATE_LOWRATE_PITCH_GAIN      /* Dolby: Fix missing update of low-rate pitch gain in the S/M classifier */
#define FIX_2257_INCR_GUARD_BITS                        /* FhG: take correct rendering frame-size into account for guard-bits calculation */
#define FIX_2297_SBA_SCALING_32KHZ                      /* VA: basop issue 2297: Fix scaling factor before the SBA decoder for output_Fs = 32 or 16 */
+0 −6
Original line number Diff line number Diff line
@@ -100,15 +100,9 @@ ivas_error init_decoder_fx(
    }
    ELSE
    {
#ifdef FIX_2285_CODE_DECODER_INIT_BW
        st_fx->bwidth = WB;
        move16();
        st_fx->last_bwidth = WB;
#else
        st_fx->bwidth = NB;
        move16();
        st_fx->last_bwidth = NB;
#endif
        move16();
    }
    st_fx->extl_brate = 0;