Lines Matching refs:curr
411 H264eDpbFrm *curr = NULL; in h264e_pskip_ref_check() local
416 curr = dpb->curr; in h264e_pskip_ref_check()
419 if (curr->status.force_pskip_is_ref) { in h264e_pskip_ref_check()
431 if (!refr->status.force_pskip_is_ref && !curr->status.force_pskip_is_ref) { in h264e_pskip_ref_check()
451 H264eDpbFrm *curr = NULL; in h264e_proc_dpb() local
460 curr = dpb->curr; in h264e_proc_dpb()
464 h264e_slice_update(&p->slice, p->cfg, &p->sps, &p->pps, dpb->curr); in h264e_proc_dpb()
467 frms->seq_idx = curr->seq_idx; in h264e_proc_dpb()
468 frms->curr_idx = curr->slot_idx; in h264e_proc_dpb()
476 frms->refr_idx = curr->slot_idx; in h264e_proc_dpb()
488 frm->val = curr->status.val; in h264e_proc_dpb()
593 p->dpb.curr->prev_ref_idx = p->frms.refr_idx; in h264e_sw_enc()