Searched refs:i4_next_ipe_idx (Results 1 – 1 of 1) sorted by relevance
355 WORD32 i4_next_ipe_idx; in complexity_RC_reset_marking() local365 i4_next_ipe_idx = (i4_cur_ipe_idx + 1); in complexity_RC_reset_marking()366 if(i4_next_ipe_idx >= ps_enc_ctxt->s_multi_thrd.i4_max_delay_pre_me_btw_l0_ipe) in complexity_RC_reset_marking()368 i4_next_ipe_idx = 0; in complexity_RC_reset_marking()370 i4_temp_ipe_idx = i4_next_ipe_idx; in complexity_RC_reset_marking()374 &ps_enc_ctxt->s_multi_thrd.aps_curr_inp_pre_enc[i4_next_ipe_idx]->s_rc_lap_out; in complexity_RC_reset_marking()381 i4_next_ipe_idx++; in complexity_RC_reset_marking()382 if(i4_next_ipe_idx >= ps_enc_ctxt->s_multi_thrd.i4_max_delay_pre_me_btw_l0_ipe) in complexity_RC_reset_marking()384 i4_next_ipe_idx = 0; in complexity_RC_reset_marking()388 i4_next_next_ipe_idx = (i4_next_ipe_idx + 1); in complexity_RC_reset_marking()[all …]