Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ * Local constants *------------------------------------------------------------------------------------------*/ #if !defined( WMOPS_FLT ) #if !defined( DEBUGGING ) && !defined( WMOPS ) static #endif int32_t frame = 0; /* Counter of frames */ Loading apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ * Local constants, enums *------------------------------------------------------------------------------------------*/ #if !defined( WMOPS ) #if !defined( DEBUGGING ) && !defined( WMOPS ) static #endif int32_t frame = 0; /* Counter of frames */ Loading apps/renderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ #define IVAS_MIN16B_FLT ( -32768.0f ) #define IVAS_MAX16B_FX 32767 #define IVAS_MIN16B_FX ( -32768 ) #if !defined( WMOPS ) #if !defined(DEBUGGING) && !defined( WMOPS ) static #endif int32_t frame = 0; Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,6 @@ #define FIX_TMP_714 #define BASOP_NOGLOB_TMP_715 #define EVS_FUNC_MODIFIED //#define DEBUGGING //#define DBG_WAV_WRITER #define EVS_FLOAT_ENC //#define DUMPS_ENABLED Loading lib_rend/ivas_crend.c +4 −4 Original line number Diff line number Diff line Loading @@ -3161,7 +3161,7 @@ static ivas_error ivas_rend_crendConvolver( ivas_mdft_fx( pIn, pFreq_buf_re, pFreq_buf_im, subframe_length, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pFreq_buf_re, subframe_length, "Fixed_pFreq_buf_re_mdft.txt", NULL ); dbgwrite_txt( pFreq_buf_im, subframe_length, "Fixed_pFreq_buf_im_mdft.txt", NULL ); #endif Loading Loading @@ -3223,7 +3223,7 @@ static ivas_error ivas_rend_crendConvolver( ivas_imdft_fx( tmp_out_re, tmp_out_im, pOut, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pOut, subframe_length << 1, "Fixed_imdft_out.txt", NULL ); #endif pFreq_buf_re = &pcm_out[j][i_ts * subframe_length]; Loading Loading @@ -3334,7 +3334,7 @@ static ivas_error ivas_rend_crendConvolver( pFreq_buf_im = &hCrend->freq_buffer_im[i][offset]; ivas_mdft( pIn, pFreq_buf_re, pFreq_buf_im, subframe_length, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pFreq_buf_re, subframe_length, "Float_pFreq_buf_re_mdft.txt", NULL ); dbgwrite_txt( pFreq_buf_im, subframe_length, "Float_pFreq_buf_im_mdft.txt", NULL ); #endif Loading Loading @@ -3394,7 +3394,7 @@ static ivas_error ivas_rend_crendConvolver( } ivas_imdft( tmp_out_re, tmp_out_im, pOut, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pOut, subframe_length << 1, "Float_imdft_out.txt", NULL ); #endif pFreq_buf_re = &pcm_out[j][i_ts * subframe_length]; Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ * Local constants *------------------------------------------------------------------------------------------*/ #if !defined( WMOPS_FLT ) #if !defined( DEBUGGING ) && !defined( WMOPS ) static #endif int32_t frame = 0; /* Counter of frames */ Loading
apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ * Local constants, enums *------------------------------------------------------------------------------------------*/ #if !defined( WMOPS ) #if !defined( DEBUGGING ) && !defined( WMOPS ) static #endif int32_t frame = 0; /* Counter of frames */ Loading
apps/renderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ #define IVAS_MIN16B_FLT ( -32768.0f ) #define IVAS_MAX16B_FX 32767 #define IVAS_MIN16B_FX ( -32768 ) #if !defined( WMOPS ) #if !defined(DEBUGGING) && !defined( WMOPS ) static #endif int32_t frame = 0; Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,6 @@ #define FIX_TMP_714 #define BASOP_NOGLOB_TMP_715 #define EVS_FUNC_MODIFIED //#define DEBUGGING //#define DBG_WAV_WRITER #define EVS_FLOAT_ENC //#define DUMPS_ENABLED Loading
lib_rend/ivas_crend.c +4 −4 Original line number Diff line number Diff line Loading @@ -3161,7 +3161,7 @@ static ivas_error ivas_rend_crendConvolver( ivas_mdft_fx( pIn, pFreq_buf_re, pFreq_buf_im, subframe_length, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pFreq_buf_re, subframe_length, "Fixed_pFreq_buf_re_mdft.txt", NULL ); dbgwrite_txt( pFreq_buf_im, subframe_length, "Fixed_pFreq_buf_im_mdft.txt", NULL ); #endif Loading Loading @@ -3223,7 +3223,7 @@ static ivas_error ivas_rend_crendConvolver( ivas_imdft_fx( tmp_out_re, tmp_out_im, pOut, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pOut, subframe_length << 1, "Fixed_imdft_out.txt", NULL ); #endif pFreq_buf_re = &pcm_out[j][i_ts * subframe_length]; Loading Loading @@ -3334,7 +3334,7 @@ static ivas_error ivas_rend_crendConvolver( pFreq_buf_im = &hCrend->freq_buffer_im[i][offset]; ivas_mdft( pIn, pFreq_buf_re, pFreq_buf_im, subframe_length, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pFreq_buf_re, subframe_length, "Float_pFreq_buf_re_mdft.txt", NULL ); dbgwrite_txt( pFreq_buf_im, subframe_length, "Float_pFreq_buf_im_mdft.txt", NULL ); #endif Loading Loading @@ -3394,7 +3394,7 @@ static ivas_error ivas_rend_crendConvolver( } ivas_imdft( tmp_out_re, tmp_out_im, pOut, subframe_length ); #ifdef DEBUGGING #ifdef DBG_WAV_WRITER dbgwrite_txt( pOut, subframe_length << 1, "Float_imdft_out.txt", NULL ); #endif pFreq_buf_re = &pcm_out[j][i_ts * subframe_length]; Loading