Commit e16d4bd5 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2457 Clang formatting patch

parent 7d2f94e1
Loading
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -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(
+8 −9
Original line number Diff line number Diff line
@@ -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;