Lines Matching refs:frms
70 H264eFrmInfo frms; member
409 MPP_RET h264e_pskip_ref_check(H264eDpb *dpb, H264eFrmInfo *frms) in h264e_pskip_ref_check() argument
423 if (temp_frm->slot_idx != frms->refr_idx) { in h264e_pskip_ref_check()
448 H264eFrmInfo *frms = &p->frms; in h264e_proc_dpb() local
467 frms->seq_idx = curr->seq_idx; in h264e_proc_dpb()
468 frms->curr_idx = curr->slot_idx; in h264e_proc_dpb()
472 frms->refr_idx = refr->prev_ref_idx; in h264e_proc_dpb()
474 frms->refr_idx = refr->slot_idx; in h264e_proc_dpb()
476 frms->refr_idx = curr->slot_idx; in h264e_proc_dpb()
480 h264e_pskip_ref_check(dpb, frms); in h264e_proc_dpb()
482 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(frms->usage); i++) in h264e_proc_dpb()
483 frms->usage[i] = dpb->frames[i].on_used; in h264e_proc_dpb()
508 h264e_add_syntax(p, H264E_SYN_FRAME, &p->frms); in h264e_proc_hal()
593 p->dpb.curr->prev_ref_idx = p->frms.refr_idx; in h264e_sw_enc()