Commit 752e51df authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_I217_GSC_FLAG_IN_ISM

parent 289a3eca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -148,7 +148,6 @@
#define FIX_124_DONT_ALLOC_PLCINFO_IN_IVAS              /* Issue 124: do not allocate unused plc struct in IVAS modes which is only used in EVS mono */
#define SBA_BR_SWITCHING                                /* Issue 114: Changes for sba bit rate switching*/
#define FIX_ITD                                         /* Contribution 16: TD renderer ITD improvement and code cleanup */
#define FIX_I217_GSC_FLAG_IN_ISM                        /* Issue 217: fix BER detected in ISM4 due to desynchronized 'GSC_IVAS_mode' parameter */
#define FIX_158_DIRAC_MEM                               /* Issue 158: Reduce memory consumption in the hDirac_mem handle */
#define BRATE_SWITCHING_FRAMEWORK                       /* Bitrate switching changes related to the general framework  */
#define BRATE_SWITCHING_RENDERING                       /* Bitrate switching changes related to the renderers */
+0 −2
Original line number Diff line number Diff line
@@ -77,9 +77,7 @@ void tdm_low_rate_dec(

    nb_subfr = 2;

#ifdef FIX_I217_GSC_FLAG_IN_ISM
    st->GSC_IVAS_mode = 0;
#endif
    st->GSC_noisy_speech = 1;
    hGSCDec->noise_lev = 14;

+0 −2
Original line number Diff line number Diff line
@@ -78,9 +78,7 @@ void tdm_low_rate_enc(

    nb_subfr = 2;

#ifdef FIX_I217_GSC_FLAG_IN_ISM
    st->GSC_IVAS_mode = 0;
#endif
    st->GSC_noisy_speech = 1;
    st->hGSCEnc->noise_lev = 14;