Commit 3e360098 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

add include debug.h

parent 560d90f0
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
#include "ivas_rom_dec.h"
#include "ivas_prot_fx.h"
#endif
#ifdef DEBUGGING
#include "debug.h"
#endif


#define CNA_ACT_DN_LARGE_PARTITION 50    /* index of the first larger partition */
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,9 @@
#include "ivas_prot_fx.h"
#include "ivas_rom_com_fx.h"
#endif
#ifdef DEBUGGING
#include "debug.h"
#endif


/* Up to the Autocorrelation it is the same code as in GetMDCT, with the difference in the parameters in the call to tcx_windowing_analysis */
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@
#include "prot_fx.h"
#include "ivas_prot_fx.h"
#endif
#ifdef DEBUGGING
#include "debug.h"
#endif


/*-------------------------------------------------------------------*
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@
#include "prot_fx.h"
#include "prot_fx_enc.h"
#endif
#ifdef DEBUGGING
#include "debug.h"
#endif


/*-------------------------------------------------------------------*