Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ /* ################### Start DEBUGGING switches ########################### */ #ifndef RELEASE /*#define DEBUGGING*/ /* Activate debugging part of the code */ #define DEBUGGING /* Activate debugging part of the code */ #endif /*#define WMOPS*/ /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ Loading lib_enc/ivas_stereo_mdct_core_enc.c +6 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,12 @@ void stereo_mdct_core_enc( stereo_coder_tcx( hStereoMdct, sts, ms_mask, mdst_spectrum, inv_spectrum, inv_mdst_spectrum, 0 ); } #ifdef DEBUGGING dbgwrite(&hStereoMdct->mdct_stereo_mode[0], sizeof(int16_t), 2, 1, "mdct_stereo_mode_flt_ref"); dbgwrite(&ms_mask[0][0], sizeof(int16_t), MAX_SFB, 1, "ms_mask_ch0_flt_ref"); dbgwrite(&ms_mask[1][0], sizeof(int16_t), MAX_SFB, 1, "ms_mask_ch1_flt_ref"); #endif /*--------------------------------------------------------------* * Power spectrum calculation *---------------------------------------------------------------*/ Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ /* ################### Start DEBUGGING switches ########################### */ #ifndef RELEASE /*#define DEBUGGING*/ /* Activate debugging part of the code */ #define DEBUGGING /* Activate debugging part of the code */ #endif /*#define WMOPS*/ /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ Loading
lib_enc/ivas_stereo_mdct_core_enc.c +6 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,12 @@ void stereo_mdct_core_enc( stereo_coder_tcx( hStereoMdct, sts, ms_mask, mdst_spectrum, inv_spectrum, inv_mdst_spectrum, 0 ); } #ifdef DEBUGGING dbgwrite(&hStereoMdct->mdct_stereo_mode[0], sizeof(int16_t), 2, 1, "mdct_stereo_mode_flt_ref"); dbgwrite(&ms_mask[0][0], sizeof(int16_t), MAX_SFB, 1, "ms_mask_ch0_flt_ref"); dbgwrite(&ms_mask[1][0], sizeof(int16_t), MAX_SFB, 1, "ms_mask_ch1_flt_ref"); #endif /*--------------------------------------------------------------* * Power spectrum calculation *---------------------------------------------------------------*/ Loading