Loading lib_dec/acelp_core_dec_fx.c +6 −1 Original line number Diff line number Diff line Loading @@ -2010,7 +2010,12 @@ ivas_error acelp_core_dec_fx( { Word16 tmpBufferScale = 0; move16(); #ifndef FIX_BASOP_2457_HARM_GEN generate_comfort_noise_dec_hf_ivas_fx(realBuffer_fx, imagBuffer_fx, /*realBuffer, imagBuffer,*/ &tmpBufferScale, st->hFdCngDec->hFdCngCom, st->cng_ism_flag); #else generate_comfort_noise_dec_hf_ivas_fx(realBuffer_fx, imagBuffer_fx, /*realBuffer, imagBuffer,*/ &tmpBufferScale, st, st->cng_ism_flag); #endif // !FIX_BASOP_2457_HARM_GEN FOR( i = 0; i < st->hFdCngDec->hFdCngCom->numSlots; i++ ) { Loading Loading
lib_dec/acelp_core_dec_fx.c +6 −1 Original line number Diff line number Diff line Loading @@ -2010,7 +2010,12 @@ ivas_error acelp_core_dec_fx( { Word16 tmpBufferScale = 0; move16(); #ifndef FIX_BASOP_2457_HARM_GEN generate_comfort_noise_dec_hf_ivas_fx(realBuffer_fx, imagBuffer_fx, /*realBuffer, imagBuffer,*/ &tmpBufferScale, st->hFdCngDec->hFdCngCom, st->cng_ism_flag); #else generate_comfort_noise_dec_hf_ivas_fx(realBuffer_fx, imagBuffer_fx, /*realBuffer, imagBuffer,*/ &tmpBufferScale, st, st->cng_ism_flag); #endif // !FIX_BASOP_2457_HARM_GEN FOR( i = 0; i < st->hFdCngDec->hFdCngCom->numSlots; i++ ) { Loading