Commit 6d7ff73b authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2551: Clang formatting patch

parent ffa4fa4b
Loading
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -8683,7 +8683,6 @@ void tcx_scalar_quantization_fx(
#endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN



Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
    Word16 *x,                /* Spectral coefficients Q0*/
    const Word16 nt,          /* L - size of spectrum (no. of spectral coefficients)        Q0*/
+13 −12
Original line number Diff line number Diff line
@@ -1396,7 +1396,8 @@ void tcx_scalar_quantization_fx(
    tmp16 = sub( gain_e, x_e );
    tmp32 = L_shl_sat( L_deposit_h( gain ), tmp16 ); // exp:x_e
#ifdef FIX_BASOP_2551_HARM_SCALAR_QUAN
    IF(EQ_16(element_mode, EVS_MONO)) {
    IF( EQ_16( element_mode, EVS_MONO ) )
    {
        tmp16 = negate( s_max( tmp16, 0 ) );
    }
#endif // FIX_BASOP_2551_HARM_SCALAR_QUAN
+51 −51

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.