Loading lib_com/prot_fx.h +9 −4 Original line number Diff line number Diff line Loading @@ -6913,8 +6913,13 @@ void generate_comfort_noise_dec_hf_ivas_fx( Word32** bufferReal, /* o : matrix to real part of input bands */ Word32** bufferImag, /* o : matrix to imaginary part of input bands */ Word16* bufferScale, /* o : pointer to scalefactor for real and imaginary part of input bands */ #ifdef FIX_BASOP_2457_HARM_GEN Decoder_State* st, #endif // FIX_BASOP_2457_HARM_GEN #ifndef FIX_BASOP_2457_HARM_GEN HANDLE_FD_CNG_COM hFdCngCom, /* i/o: FD_CNG structure containing all buffers and variables */ const Word16 cng_coh_flag /* i : CNG Flag for coherence handling */ #endif const Word16 cng_coh_flag /* i : CNG Flag for coherence handling Q0*/ ); /* Generate the comfort noise based on the target noise level */ Loading Loading
lib_com/prot_fx.h +9 −4 Original line number Diff line number Diff line Loading @@ -6913,8 +6913,13 @@ void generate_comfort_noise_dec_hf_ivas_fx( Word32** bufferReal, /* o : matrix to real part of input bands */ Word32** bufferImag, /* o : matrix to imaginary part of input bands */ Word16* bufferScale, /* o : pointer to scalefactor for real and imaginary part of input bands */ #ifdef FIX_BASOP_2457_HARM_GEN Decoder_State* st, #endif // FIX_BASOP_2457_HARM_GEN #ifndef FIX_BASOP_2457_HARM_GEN HANDLE_FD_CNG_COM hFdCngCom, /* i/o: FD_CNG structure containing all buffers and variables */ const Word16 cng_coh_flag /* i : CNG Flag for coherence handling */ #endif const Word16 cng_coh_flag /* i : CNG Flag for coherence handling Q0*/ ); /* Generate the comfort noise based on the target noise level */ Loading