Loading lib_enc/fd_cng_enc_fx.c +6 −0 Original line number Diff line number Diff line Loading @@ -1787,6 +1787,7 @@ void generate_comfort_noise_enc_ivas_fx( } /* Perform STFT synthesis */ #ifdef FIX_2455_HARMONIZE_generate_comfort_noise_enc IF( element_mode == EVS_MONO ) { SynthesisSTFT( fftBuffer, fftBufferExp, timeDomainOutput, st->olapBufferSynth, st->olapWinSyn, Loading @@ -1798,6 +1799,11 @@ void generate_comfort_noise_enc_ivas_fx( tcx_transition, st, gen_exc, &Q_new, -1, -1 ); } IF( ( ( hTdCngEnc != NULL ) && ( element_mode != EVS_MONO ) ) || ( element_mode == EVS_MONO ) ) #else SynthesisSTFT_enc_ivas_fx( fftBuffer, fftBufferExp, timeDomainOutput, st->olapBufferSynth, st->olapWinSyn, tcx_transition, st, gen_exc, &Q_new, -1, -1 ); IF( hTdCngEnc != NULL ) #endif { Word32 Lener, att; Word16 exp; Loading Loading
lib_enc/fd_cng_enc_fx.c +6 −0 Original line number Diff line number Diff line Loading @@ -1787,6 +1787,7 @@ void generate_comfort_noise_enc_ivas_fx( } /* Perform STFT synthesis */ #ifdef FIX_2455_HARMONIZE_generate_comfort_noise_enc IF( element_mode == EVS_MONO ) { SynthesisSTFT( fftBuffer, fftBufferExp, timeDomainOutput, st->olapBufferSynth, st->olapWinSyn, Loading @@ -1798,6 +1799,11 @@ void generate_comfort_noise_enc_ivas_fx( tcx_transition, st, gen_exc, &Q_new, -1, -1 ); } IF( ( ( hTdCngEnc != NULL ) && ( element_mode != EVS_MONO ) ) || ( element_mode == EVS_MONO ) ) #else SynthesisSTFT_enc_ivas_fx( fftBuffer, fftBufferExp, timeDomainOutput, st->olapBufferSynth, st->olapWinSyn, tcx_transition, st, gen_exc, &Q_new, -1, -1 ); IF( hTdCngEnc != NULL ) #endif { Word32 Lener, att; Word16 exp; Loading