Commit f7b3d6b5 authored by multrus's avatar multrus
Browse files

formatting

parent 5795fd12
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ static
#define RANDOM_INITSEED_DEC ( 0xFADE )



/*------------------------------------------------------------------------------------------*
 * Local structure for storing cmdln arguments
 *------------------------------------------------------------------------------------------*/
+0 −3
Original line number Diff line number Diff line
@@ -1126,7 +1126,6 @@ static bool parseCmdlIVAS_enc(
        {
            i++;
            arg->inputFormat = IVAS_ENC_INPUT_STEREO;

        }
        else if ( strcmp( argv_to_upper, "-BINAURAL" ) == 0 )
        {
@@ -1897,6 +1896,4 @@ static bool readBitrate(
}




#undef WMC_TOOL_SKIP
+0 −3
Original line number Diff line number Diff line
@@ -1229,7 +1229,6 @@ static bool parseCmdlIVAS_enc(
        {
            i++;
            arg->inputFormat = IVAS_ENC_INPUT_STEREO;

        }
        else if ( strcmp( argv_to_upper, "-BINAURAL" ) == 0 )
        {
@@ -1998,6 +1997,4 @@ static bool readBitrate(
}




#undef WMC_TOOL_SKIP
+0 −1
Original line number Diff line number Diff line
@@ -301,7 +301,6 @@ Word16 BASOP_Util_Divide3232_Scale( Word32 x, /*!< i : Numerator*/
                                    Word16 *s ); /*!< o  : Additional scalefactor difference*/



Word32 BASOP_Util_Divide3232_Scale_newton( Word32 x,    /*!< i  : Numerator*/
                                           Word32 y,    /*!< i  : Denominator*/
                                           Word16 *s ); /*!< o  : Additional scalefactor difference*/
+0 −2
Original line number Diff line number Diff line
@@ -1007,7 +1007,6 @@ ivas_error check_ind_list_limits(
}



/*-------------------------------------------------------------------*
 * push_indice()
 *
@@ -3168,4 +3167,3 @@ void evs_dec_previewFrame(

    return;
}
Loading