Commit 699a595e authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2551: Clang formatting patch

parent e49b207e
Loading
Loading
Loading
Loading
Loading
+36 −35
Original line number Diff line number Diff line
@@ -1397,10 +1397,12 @@ void tcx_scalar_quantization_fx(
#ifndef FIX_BASOP_2551_HARM_SCALAR_QUAN

#else
    if(EQ_16(element_mode, EVS_MONO)){
    if ( EQ_16( element_mode, EVS_MONO ) )
    {
        tmp32 = L_shl( L_deposit_h( gain ), s_max( -31, s_min( tmp16, 0 ) ) );
    }
    else {
    else
    {
        tmp32 = L_shl_sat( L_deposit_h( gain ), tmp16 ); // exp:x_e
    }
#endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN
@@ -1442,7 +1444,8 @@ void tcx_scalar_quantization_fx(
    }

#ifdef FIX_BASOP_2551_HARM_SCALAR_QUAN
    if (EQ_16(element_mode, EVS_MONO)) {
    if ( EQ_16( element_mode, EVS_MONO ) )
    {
        offset = sub( offset, 0x4000 );
    }
#endif // FIX_BASOP_2551_HARM_SCALAR_QUAN
@@ -1500,8 +1503,6 @@ void tcx_scalar_quantization_fx(
            move16();
        }
#endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN

        
    }

    IF( alfe_flag == 0 )