Home
last modified time | relevance | path

Searched refs:i4_next_next_ipe_idx (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dihevce_frame_process.c356 WORD32 i4_next_next_ipe_idx; in complexity_RC_reset_marking() local
388 i4_next_next_ipe_idx = (i4_next_ipe_idx + 1); in complexity_RC_reset_marking()
389 if(i4_next_next_ipe_idx >= ps_enc_ctxt->s_multi_thrd.i4_max_delay_pre_me_btw_l0_ipe) in complexity_RC_reset_marking()
391 i4_next_next_ipe_idx = 0; in complexity_RC_reset_marking()
396 &ps_enc_ctxt->s_multi_thrd.aps_curr_inp_pre_enc[i4_next_next_ipe_idx]->s_rc_lap_out; in complexity_RC_reset_marking()
403 i4_next_next_ipe_idx++; in complexity_RC_reset_marking()
404 if(i4_next_next_ipe_idx >= ps_enc_ctxt->s_multi_thrd.i4_max_delay_pre_me_btw_l0_ipe) in complexity_RC_reset_marking()
406 i4_next_next_ipe_idx = 0; in complexity_RC_reset_marking()
451 (!ps_enc_ctxt->s_multi_thrd.aps_curr_out_pre_enc[i4_next_next_ipe_idx] in complexity_RC_reset_marking()
479 (!ps_enc_ctxt->s_multi_thrd.aps_curr_out_pre_enc[i4_next_next_ipe_idx] in complexity_RC_reset_marking()