Commit 92efdf94 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2457 Changing Function declaration according to definition

parent c94b70e8
Loading
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -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 */