Commit 85432c38 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh Committed by Manuel Jander
Browse files

Clang formatting

parent ee02c290
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -610,8 +610,7 @@ void computeDirectionVectors_fixed(
    Word32 *direction_vector_z, /* o: Q30*/
    Word16 i_e                  /*Exponent of all the intensity buffers*/
    ,
    Word16 *i_e_band
)
    Word16 *i_e_band )
{
    Word16 i;
    Word32 intensityNorm;
+1 −2
Original line number Diff line number Diff line
@@ -3237,8 +3237,7 @@ void computeDirectionVectors_fixed(
    Word32 *direction_vector_z, /*Q30*/
    Word16 i_e                  /*Exponent of all the intensity buffers*/
    ,
    Word16 *i_e_band
);
    Word16 *i_e_band );


UWord8 ivas_masa_surrcoh_signicant_fx(
+0 −2
Original line number Diff line number Diff line
@@ -446,8 +446,6 @@ ivas_error only_reduce_bits_direction_fx(
                }
            }
        }


    }

    *reduce_bits_out = negate( reduce_bits );
+0 −3
Original line number Diff line number Diff line
@@ -339,7 +339,6 @@ static ivas_error ivas_binRenderer_convModuleOpen(
            {
                return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for Convolution Module \n" ) );
            }

        }
    }
    /* set memories */
@@ -1264,7 +1263,6 @@ static void ivas_binRenderer_convModuleClose_fx(

            free( hBinRenConvModule->filterStatesLeftImag_fx[bandIdx][chIdx] );
            hBinRenConvModule->filterStatesLeftImag_fx[bandIdx][chIdx] = NULL;

        }

        free( hBinRenConvModule->filterStatesLeftReal_fx[bandIdx] );
@@ -1272,7 +1270,6 @@ static void ivas_binRenderer_convModuleClose_fx(

        free( hBinRenConvModule->filterStatesLeftImag_fx[bandIdx] );
        hBinRenConvModule->filterStatesLeftImag_fx[bandIdx] = NULL;

    }

    free( hBinRenConvModule->filterStatesLeftReal_fx );
+70 −75
Original line number Diff line number Diff line
@@ -294,7 +294,6 @@ Word16 svd_fx(
    push_wmops( "svd_fx" );



    /* Collecting Values */
    FOR( iCh = 0; iCh < nChannelsL; iCh++ )
    {
@@ -986,7 +985,6 @@ IF( LT_16( currChannel, nChannelsL ) ) /* i <= m */
                singularVectors2_e[jCh][currChannel] = add( singularVectors2_e[jCh][currChannel], *sig_x_e );
                move16();
            }

        }

        // rescaling block
@@ -1120,9 +1118,6 @@ static void biDiagonalReductionRight_fx(
                singularVectors2_e[currChannel][jCh] = add( singularVectors2_e[currChannel][jCh], *sig_x_e );
                move16();
            }



        }
    }

Loading