Loading lib_com/ivas_cnst.h +14 −13 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -1336,6 +1336,7 @@ typedef struct const int16_t (*beta)[2]; } HUFF_NODE_TABLE; /*----------------------------------------------------------------------------------* * Parametric MC Constants *----------------------------------------------------------------------------------*/ Loading Loading
lib_com/ivas_cnst.h +14 −13 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -1336,6 +1336,7 @@ typedef struct const int16_t (*beta)[2]; } HUFF_NODE_TABLE; /*----------------------------------------------------------------------------------* * Parametric MC Constants *----------------------------------------------------------------------------------*/ Loading