Commit ac19effa authored by vaclav's avatar vaclav Committed by Manuel Jander
Browse files

revision of constants and includes

parent e4be2cd2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -32,22 +32,16 @@

#include <stdint.h>
#include "options.h"
#include "cnst.h"
#include "ivas_cnst.h"
#include "rom_enc.h"
#include "rom_com.h"
#include "prot_fx.h"
#include "prot_fx_enc.h"
#include "ivas_prot_fx.h"
#include "wmc_auto.h"
#include <math.h>
#ifdef DEBUGGING
#include "debug.h"
#include "string.h"
#endif

#include "prot_fx_enc.h"
#include "ivas_prot_fx.h"

/*---------------------------------------------------------------*
 * Local constants
+0 −3
Original line number Diff line number Diff line
@@ -32,10 +32,7 @@

#include <stdint.h>
#include "options.h"
#include "cnst.h"
#include "ivas_cnst.h"
#include "rom_enc.h"
#include "rom_com.h"
#include "prot_fx.h"
#include "wmc_auto.h"
#include "ivas_prot_fx.h"
+3 −2
Original line number Diff line number Diff line
@@ -37,17 +37,18 @@
#include "prot_fx_enc.h"
#include "wmc_auto.h"
#include "ivas_prot_fx.h"
#include "math.h"
#include "wmc_auto.h"
#if defined( DEBUGGING ) && defined( DBG_BITSTREAM_ANALYSIS )
#include <string.h>
#endif


/*-------------------------------------------------------------------*
 * ivas_corecoder_enc_reconfig()
 *
 * Allocate, initialize, and configure SCE/CPE/MCT handles in case of bitrate switching
 *-------------------------------------------------------------------*/
/* Some float operations are still pending */

ivas_error ivas_corecoder_enc_reconfig_fx(
    Encoder_Struct *st_ivas,          /* i/o: IVAS encoder structure                */
    const Word16 nSCE_old,            /* i  : number of SCEs in previous frame      Q0*/
+0 −4
Original line number Diff line number Diff line
@@ -33,18 +33,14 @@
#include <assert.h>
#include <stdint.h>
#include "options.h"
#include "cnst.h"
#include "ivas_cnst.h"
#include "rom_com.h"
#include "prot_fx.h"
#include "prot_fx_enc.h"
#include "ivas_rom_com.h"
#ifdef DEBUGGING
#include "debug.h"
#endif
#include "wmc_auto.h"
#include "ivas_prot_fx.h"
#include "ivas_rom_enc.h"
#include "prot_fx_enc.h"


+1 −5
Original line number Diff line number Diff line
@@ -32,15 +32,11 @@

#include <stdint.h>
#include "options.h"
#include "cnst.h"
#include "ivas_cnst.h"
#include "rom_com.h"
#include "prot_fx.h"
#include "ivas_rom_com.h"
#include "wmc_auto.h"
#include "ivas_prot_fx.h" /* Function prototypes                    */
#include "ivas_prot_fx.h" /* Function prototypes                    */
#include "prot_fx_enc.h"  /* Function prototypes                    */


/*-----------------------------------------------------------------*
 *  ivas_decision_matrix_enc()
Loading