Loading lib_com/bitstream.c +3 −7 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #include "prot_fx_enc.h" #ifdef DEBUGGING #include "debug.h" #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) #ifdef DBG_BITSTREAM_ANALYSIS #include <string.h> #endif #endif Loading Loading @@ -2857,11 +2857,9 @@ ivas_error push_indice( *-------------------------------------------------------------------*/ #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_indice_( const char *caller, #else ivas_error push_next_indice( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ UWord16 value, /* i : value of the quantized indice */ Loading Loading @@ -2919,11 +2917,9 @@ ivas_error push_next_indice( *-------------------------------------------------------------------*/ #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_bits_( const char *caller, #else ivas_error push_next_bits( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ const UWord16 bits[], /* i : bit buffer to pack, sequence of single bits */ Loading lib_com/prot_fx.h +2 −6 Original line number Diff line number Diff line Loading @@ -10645,11 +10645,9 @@ ivas_error config_acelp1_fx( #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_indice_( const char *caller, #else ivas_error push_next_indice( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, UWord16 value, /* i : value of the quantized indice */ Loading @@ -10658,11 +10656,9 @@ ivas_error push_next_indice( #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_bits_( const char *caller, #else ivas_error push_next_bits( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ const UWord16 bits[], /* i : bit buffer to pack, sequence of single bits */ Loading
lib_com/bitstream.c +3 −7 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #include "prot_fx_enc.h" #ifdef DEBUGGING #include "debug.h" #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) #ifdef DBG_BITSTREAM_ANALYSIS #include <string.h> #endif #endif Loading Loading @@ -2857,11 +2857,9 @@ ivas_error push_indice( *-------------------------------------------------------------------*/ #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_indice_( const char *caller, #else ivas_error push_next_indice( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ UWord16 value, /* i : value of the quantized indice */ Loading Loading @@ -2919,11 +2917,9 @@ ivas_error push_next_indice( *-------------------------------------------------------------------*/ #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_bits_( const char *caller, #else ivas_error push_next_bits( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ const UWord16 bits[], /* i : bit buffer to pack, sequence of single bits */ Loading
lib_com/prot_fx.h +2 −6 Original line number Diff line number Diff line Loading @@ -10645,11 +10645,9 @@ ivas_error config_acelp1_fx( #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_indice_( const char *caller, #else ivas_error push_next_indice( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, UWord16 value, /* i : value of the quantized indice */ Loading @@ -10658,11 +10656,9 @@ ivas_error push_next_indice( #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) ivas_error push_next_bits_( const char *caller, #else ivas_error push_next_bits( #endif #if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS ) const char *caller, #endif BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ const UWord16 bits[], /* i : bit buffer to pack, sequence of single bits */