Commit 3e15e0e9 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_685_BER_IN_HVQ

parent bc7075b7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -172,7 +172,6 @@



#define FIX_685_BER_IN_HVQ                              /* Eri: Fix for issue 685. Invalid configuration in EVS now happening in IVAS with variable rate core. Remove BER warning for IVAS. */

#define FIX_674_MISSING_TABLES_FOR_TDREND_REVERB        /* Eri: add tables for 32kHz, 16kHz (and update 48kHz) for left/right energies and coherence for late reverb in TD renderer path. Also read tables from binary when hrtf binaries are used. */

+0 −4
Original line number Diff line number Diff line
@@ -280,11 +280,7 @@ static void peak_vq_dec(
    pvq_bands = hvq_pvq_bitalloc( pvq_bits, core_brate, st->bwidth, ynrm, manE_peak, expE_peak, Rk, R, sel_bnds, &n_sel_bnds );

    /* safety check in case of bit errors */
#ifdef FIX_685_BER_IN_HVQ
    if ( ( pvq_bands == 0 ) && st->element_mode == EVS_MONO ) /* PVQ bands may be zero for IVAS */
#else
    if ( pvq_bands == 0 )
#endif
    {
        st->BER_detect = 1;
    }