Commit 206f2316 authored by multrus's avatar multrus
Browse files

formatting

parent 31b80129
Loading
Loading
Loading
Loading
Loading
+0 −1
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 −4
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include "wmc_auto.h"



#define WMC_TOOL_SKIP

/*------------------------------------------------------------------------------------------*
@@ -1167,7 +1166,6 @@ static bool parseCmdlIVAS_enc(
        {
            i++;
            arg->inputFormat = IVAS_ENC_INPUT_STEREO;

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




#undef WMC_TOOL_SKIP
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
#include "cnst.h"



/*---------------------------------------------------------------
  Ari 14 bits common routines
  -------------------------------------------------------------*/
+4 −5
Original line number Diff line number Diff line
@@ -1007,7 +1007,6 @@ ivas_error check_ind_list_limits(
}



/*-------------------------------------------------------------------*
 * push_indice()
 *
+0 −1
Original line number Diff line number Diff line
@@ -1414,7 +1414,6 @@ void resampleCldfb_ivas_fx(
}



void analysisCldfbEncoder_ivas_fx(
    Encoder_State *st, /* i/o: encoder state structure   */
    Word32 *timeIn,    /*q11*/
Loading