Loading lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ #include <assert.h> #ifdef DEBUGGING #include "debug.h" #include <string.h> #endif #include "wmc_auto.h" Loading lib_enc/ivas_core_pre_proc_front.c +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ #include "options.h" #ifdef DEBUGGING #include "debug.h" #include <string.h> #endif #include "cnst.h" #include "ivas_cnst.h" Loading Loading @@ -220,6 +221,10 @@ ivas_error pre_proc_front_ivas( } } #ifdef DEBUG_MODE_INFO dbgwrite( &signal_in, sizeof( float ), input_frame, 1, strcat( fname( debug_dir, "ivas_input_dmx", 0, n + 1, ENC ), ".float32" ) ); #endif lMemRecalc_12k8 = 0; lMemRecalc = 0; if ( element_mode == IVAS_CPE_TD || element_mode == IVAS_CPE_MDCT ) Loading lib_enc/ivas_cpe_enc.c +0 −4 Original line number Diff line number Diff line Loading @@ -458,10 +458,6 @@ ivas_error ivas_cpe_enc( } #ifdef DEBUG_MODE_INFO for ( n = 0; n < n_CoreChannels; n++ ) { dbgwrite( sts[0]->input - NS2SA( sts[0]->input_Fs, ACELP_LOOK_NS ), sizeof( float ), input_frame, 1, fname( debug_dir, "input_DMX", n, sts[n]->id_element, ENC ) ); } dbgwrite( &hCPE->element_mode, sizeof( int16_t ), 1, input_frame, fname( debug_dir, "element_mode", 0, sts[0]->id_element, ENC ) ); #endif Loading lib_enc/ivas_sce_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ ivas_error ivas_sce_enc( } #ifdef DEBUG_MODE_INFO dbgwrite( st->input - NS2SA( st->input_Fs, ACELP_LOOK_NS ), sizeof( float ), input_frame, 1, "res/input_DMX" ); dbgwrite( &st->element_mode, sizeof( int16_t ), 1, input_frame, fname( debug_dir, "element_mode", 0, st->id_element, ENC ) ); #endif Loading Loading
lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ #include <assert.h> #ifdef DEBUGGING #include "debug.h" #include <string.h> #endif #include "wmc_auto.h" Loading
lib_enc/ivas_core_pre_proc_front.c +5 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ #include "options.h" #ifdef DEBUGGING #include "debug.h" #include <string.h> #endif #include "cnst.h" #include "ivas_cnst.h" Loading Loading @@ -220,6 +221,10 @@ ivas_error pre_proc_front_ivas( } } #ifdef DEBUG_MODE_INFO dbgwrite( &signal_in, sizeof( float ), input_frame, 1, strcat( fname( debug_dir, "ivas_input_dmx", 0, n + 1, ENC ), ".float32" ) ); #endif lMemRecalc_12k8 = 0; lMemRecalc = 0; if ( element_mode == IVAS_CPE_TD || element_mode == IVAS_CPE_MDCT ) Loading
lib_enc/ivas_cpe_enc.c +0 −4 Original line number Diff line number Diff line Loading @@ -458,10 +458,6 @@ ivas_error ivas_cpe_enc( } #ifdef DEBUG_MODE_INFO for ( n = 0; n < n_CoreChannels; n++ ) { dbgwrite( sts[0]->input - NS2SA( sts[0]->input_Fs, ACELP_LOOK_NS ), sizeof( float ), input_frame, 1, fname( debug_dir, "input_DMX", n, sts[n]->id_element, ENC ) ); } dbgwrite( &hCPE->element_mode, sizeof( int16_t ), 1, input_frame, fname( debug_dir, "element_mode", 0, sts[0]->id_element, ENC ) ); #endif Loading
lib_enc/ivas_sce_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ ivas_error ivas_sce_enc( } #ifdef DEBUG_MODE_INFO dbgwrite( st->input - NS2SA( st->input_Fs, ACELP_LOOK_NS ), sizeof( float ), input_frame, 1, "res/input_DMX" ); dbgwrite( &st->element_mode, sizeof( int16_t ), 1, input_frame, fname( debug_dir, "element_mode", 0, st->id_element, ENC ) ); #endif Loading