Commit 876dfec0 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

simplify function headers

parent 17e116c9
Loading
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -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
@@ -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               */
@@ -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  */
+2 −6
Original line number Diff line number Diff line
@@ -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          */
@@ -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 */