Commit cab9e785 authored by vaclav's avatar vaclav
Browse files

formatting

parent 53b7b2d0
Loading
Loading
Loading
Loading
+14 −13
Original line number Diff line number Diff line
@@ -672,7 +672,7 @@ enum
#define ECLVQ_GLOBAL_GAIN_FACTOR                ( 20.0f * 127.0f / 90.0f )
#define ECLVQ_INV_GLOBAL_GAIN_FACTOR            ( 1.0f / ( 20.0f * 127.0f / 90.0f ) )

/* the currently defined configuration indexes are:
/* the defined configuration indexes are:
 0: un-optimized using uniform 4 bit parameters (reserved)
 1: optimized for 32 kbps target SNR
 2: optimized for 32 kbps target bits
@@ -1336,6 +1336,7 @@ typedef struct
    const int16_t (*beta)[2];
} HUFF_NODE_TABLE;


/*----------------------------------------------------------------------------------*
 * Parametric MC Constants
 *----------------------------------------------------------------------------------*/