Loading lib_com/bitstream.c +8 −0 Original line number Diff line number Diff line Loading @@ -2852,7 +2852,11 @@ ivas_error push_indice( * * Push a new indice into the buffer at the next position *-------------------------------------------------------------------*/ #ifdef BITSTREAM_ANALYSIS ivas_error push_next_indice_( #else ivas_error push_next_indice( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif Loading Loading @@ -2910,7 +2914,11 @@ ivas_error push_next_indice_( * push_next_bits() * Push a bit buffer into the buffer at the next position *-------------------------------------------------------------------*/ #ifdef BITSTREAM_ANALYSIS ivas_error push_next_bits_( #else ivas_error push_next_bits( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif Loading lib_com/prot_fx.h +8 −3 Original line number Diff line number Diff line Loading @@ -10664,12 +10664,13 @@ ivas_error config_acelp1_fx( #ifdef BITSTREAM_ANALYSIS #define push_next_indice( ... ) push_next_indice_( __func__, __VA_ARGS__ ) #define push_next_bits( ... ) push_next_bits_( __func__, __VA_ARGS__ ); #else #define push_next_indice( ... ) push_next_indice_( __VA_ARGS__ ) #define push_next_bits( ... ) push_next_bits_( __VA_ARGS__ ); #endif #ifdef BITSTREAM_ANALYSIS ivas_error push_next_indice_( #else ivas_error push_next_indice( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif Loading @@ -10678,7 +10679,11 @@ ivas_error push_next_indice_( Word16 nb_bits /* i : number of bits used to quantize the indice */ ); #ifdef BITSTREAM_ANALYSIS ivas_error push_next_bits_( #else ivas_error push_next_bits( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif Loading
lib_com/bitstream.c +8 −0 Original line number Diff line number Diff line Loading @@ -2852,7 +2852,11 @@ ivas_error push_indice( * * Push a new indice into the buffer at the next position *-------------------------------------------------------------------*/ #ifdef BITSTREAM_ANALYSIS ivas_error push_next_indice_( #else ivas_error push_next_indice( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif Loading Loading @@ -2910,7 +2914,11 @@ ivas_error push_next_indice_( * push_next_bits() * Push a bit buffer into the buffer at the next position *-------------------------------------------------------------------*/ #ifdef BITSTREAM_ANALYSIS ivas_error push_next_bits_( #else ivas_error push_next_bits( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif Loading
lib_com/prot_fx.h +8 −3 Original line number Diff line number Diff line Loading @@ -10664,12 +10664,13 @@ ivas_error config_acelp1_fx( #ifdef BITSTREAM_ANALYSIS #define push_next_indice( ... ) push_next_indice_( __func__, __VA_ARGS__ ) #define push_next_bits( ... ) push_next_bits_( __func__, __VA_ARGS__ ); #else #define push_next_indice( ... ) push_next_indice_( __VA_ARGS__ ) #define push_next_bits( ... ) push_next_bits_( __VA_ARGS__ ); #endif #ifdef BITSTREAM_ANALYSIS ivas_error push_next_indice_( #else ivas_error push_next_indice( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif Loading @@ -10678,7 +10679,11 @@ ivas_error push_next_indice_( Word16 nb_bits /* i : number of bits used to quantize the indice */ ); #ifdef BITSTREAM_ANALYSIS ivas_error push_next_bits_( #else ivas_error push_next_bits( #endif #ifdef BITSTREAM_ANALYSIS const char *caller, #endif