Commit a7049067 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

One more change to maintain EVS BE.

parent 04ff9d8b
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1550,7 +1550,14 @@ ivas_error acelp_core_dec_fx(
            {
                /*Noisy speech detector*/
#ifdef FIX_BASOP_1765_MASA1TC_CNG_MISMATCH
                IF( NE_16( st->element_mode, EVS_MONO ) )
                {
                    noisy_speech_detection_fx( st->hFdCngDec, st->VAD, psyn_fx, st->Q_syn, 1 );
                }
                ELSE
                {
                    noisy_speech_detection_fx( st->hFdCngDec, st->VAD, psyn_fx, st->Q_syn, 0 );
                }
#else
                noisy_speech_detection_fx( st->hFdCngDec, st->VAD, psyn_fx, st->Q_syn );
#endif