Loading lib_com/prot_fx.h +8 −9 Original line number Diff line number Diff line Loading @@ -6765,8 +6765,7 @@ void generate_comfort_noise_dec_hf_fx( Word32 **bufferReal, /* o : matrix to real part of input bands bufferScale*/ Word32 **bufferImag, /* o : matrix to imaginary part of input bands bufferScale*/ Word16 *bufferScale, /* o : pointer to scalefactor for real and imaginary part of input bands */ Decoder_State* st ); Decoder_State *st ); /* Generate the comfort noise based on the target noise level */ void generate_masking_noise_fx( Loading lib_dec/fd_cng_dec_fx.c +8 −9 Original line number Diff line number Diff line Loading @@ -3519,8 +3519,7 @@ void generate_comfort_noise_dec_hf_fx( Word32 **bufferReal, /* o : matrix to real part of input bands bufferScale*/ Word32 **bufferImag, /* o : matrix to imaginary part of input bands bufferScale*/ Word16 *bufferScale, /* o : pointer to scalefactor for real and imaginary part of input bands */ Decoder_State *st ) Decoder_State *st ) #endif { Word16 i, j, s, sc, sn; Loading Loading
lib_com/prot_fx.h +8 −9 Original line number Diff line number Diff line Loading @@ -6765,8 +6765,7 @@ void generate_comfort_noise_dec_hf_fx( Word32 **bufferReal, /* o : matrix to real part of input bands bufferScale*/ Word32 **bufferImag, /* o : matrix to imaginary part of input bands bufferScale*/ Word16 *bufferScale, /* o : pointer to scalefactor for real and imaginary part of input bands */ Decoder_State* st ); Decoder_State *st ); /* Generate the comfort noise based on the target noise level */ void generate_masking_noise_fx( Loading
lib_dec/fd_cng_dec_fx.c +8 −9 Original line number Diff line number Diff line Loading @@ -3519,8 +3519,7 @@ void generate_comfort_noise_dec_hf_fx( Word32 **bufferReal, /* o : matrix to real part of input bands bufferScale*/ Word32 **bufferImag, /* o : matrix to imaginary part of input bands bufferScale*/ Word16 *bufferScale, /* o : pointer to scalefactor for real and imaginary part of input bands */ Decoder_State *st ) Decoder_State *st ) #endif { Word16 i, j, s, sc, sn; Loading