Loading lib_dec/ivas_jbm_dec_fx.c +3 −2 Original line number Diff line number Diff line Loading @@ -1901,9 +1901,10 @@ void ivas_jbm_dec_feed_tc_to_renderer_fx( } } #else else if ( st_ivas->ivas_format == MC_FORMAT ) ELSE IF ( EQ_16(st_ivas->ivas_format, MC_FORMAT ) ) { if ( st_ivas->mc_mode == MC_MODE_PARAMMC && st_ivas->hTcBuffer->tc_buffer_mode == TC_BUFFER_MODE_RENDERER ) test(); IF ( EQ_16(st_ivas->mc_mode, MC_MODE_PARAMMC) && EQ_16( st_ivas->hTcBuffer->tc_buffer_mode, TC_BUFFER_MODE_RENDERER ) ) { ivas_param_mc_dec_digest_tc_fx( st_ivas, (UWord8) n_render_timeslots, (Word32 **) p_data_f_fx, Q11 ); } Loading Loading
lib_dec/ivas_jbm_dec_fx.c +3 −2 Original line number Diff line number Diff line Loading @@ -1901,9 +1901,10 @@ void ivas_jbm_dec_feed_tc_to_renderer_fx( } } #else else if ( st_ivas->ivas_format == MC_FORMAT ) ELSE IF ( EQ_16(st_ivas->ivas_format, MC_FORMAT ) ) { if ( st_ivas->mc_mode == MC_MODE_PARAMMC && st_ivas->hTcBuffer->tc_buffer_mode == TC_BUFFER_MODE_RENDERER ) test(); IF ( EQ_16(st_ivas->mc_mode, MC_MODE_PARAMMC) && EQ_16( st_ivas->hTcBuffer->tc_buffer_mode, TC_BUFFER_MODE_RENDERER ) ) { ivas_param_mc_dec_digest_tc_fx( st_ivas, (UWord8) n_render_timeslots, (Word32 **) p_data_f_fx, Q11 ); } Loading