Loading lib_dec/ivas_jbm_dec_fx.c +4 −4 Original line number Diff line number Diff line Loading @@ -171,10 +171,10 @@ ivas_error ivas_jbm_dec_tc_fx( } /* HP filtering */ // FOR( n = 0; n < s_min( nchan_out, st_ivas->nchan_transport ); n++ ) // { // hp20_fx_32( p_output_fx[n], output_frame, st_ivas->mem_hp20_out_fx[n], output_Fs ); // } FOR( n = 0; n < s_min( nchan_out, st_ivas->nchan_transport ); n++ ) { hp20_fx_32( p_output_fx[n], output_frame, st_ivas->mem_hp20_out_fx[n], output_Fs ); } test(); IF( EQ_32( st_ivas->renderer_type, RENDERER_MC ) && EQ_16( st_ivas->hDecoderConfig->nchan_out, 1 ) ) Loading Loading
lib_dec/ivas_jbm_dec_fx.c +4 −4 Original line number Diff line number Diff line Loading @@ -171,10 +171,10 @@ ivas_error ivas_jbm_dec_tc_fx( } /* HP filtering */ // FOR( n = 0; n < s_min( nchan_out, st_ivas->nchan_transport ); n++ ) // { // hp20_fx_32( p_output_fx[n], output_frame, st_ivas->mem_hp20_out_fx[n], output_Fs ); // } FOR( n = 0; n < s_min( nchan_out, st_ivas->nchan_transport ); n++ ) { hp20_fx_32( p_output_fx[n], output_frame, st_ivas->mem_hp20_out_fx[n], output_Fs ); } test(); IF( EQ_32( st_ivas->renderer_type, RENDERER_MC ) && EQ_16( st_ivas->hDecoderConfig->nchan_out, 1 ) ) Loading