Loading lib_dec/lib_dec_fx.c +2 −5 Original line number Diff line number Diff line Loading @@ -1874,7 +1874,7 @@ static ivas_error IVAS_DEC_Setup( return error; } #ifdef DEBUGGING int16_t a = 0; // this is just to help the clang-formatting keep alignments correct (void) a; // this is just to help the clang-formatting keep alignments correct #endif } Loading Loading @@ -5409,9 +5409,6 @@ static ivas_error evs_dec_main_fx( FOR( ch = 0; ch < st_ivas->hDecoderConfig->nchan_out; ch++ ) { #ifdef DEBUGGING st_ivas->noClipping += #endif ivas_syn_output_f_fx( &p_output_fx[ch], nOutSamples, 1, pcm_buf_local ); Copy32( pcm_buf_local, p_output_fx[ch], nOutSamples ); Loading Loading
lib_dec/lib_dec_fx.c +2 −5 Original line number Diff line number Diff line Loading @@ -1874,7 +1874,7 @@ static ivas_error IVAS_DEC_Setup( return error; } #ifdef DEBUGGING int16_t a = 0; // this is just to help the clang-formatting keep alignments correct (void) a; // this is just to help the clang-formatting keep alignments correct #endif } Loading Loading @@ -5409,9 +5409,6 @@ static ivas_error evs_dec_main_fx( FOR( ch = 0; ch < st_ivas->hDecoderConfig->nchan_out; ch++ ) { #ifdef DEBUGGING st_ivas->noClipping += #endif ivas_syn_output_f_fx( &p_output_fx[ch], nOutSamples, 1, pcm_buf_local ); Copy32( pcm_buf_local, p_output_fx[ch], nOutSamples ); Loading