Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.h70 RK_S32 prev_ref_idx; member
H A Dh265e_api.c375 p->dpb->curr->prev_ref_idx = syntax->sp.recon_pic.slot_idx; in h265e_proc_enc_skip()
H A Dh265e_syntax.c360 sp->ref_pic.slot_idx = slice->m_refPicList[0][0]->prev_ref_idx; in fill_ref_parameters()
H A Dh265e_dpb.c705 …efr.force_pskip_is_ref) && (frm->slot_idx == dpb->curr->slice->m_refPicList[0][0]->prev_ref_idx)) { in h265e_pskip_ref_check()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.h68 RK_S32 prev_ref_idx; member
H A Dh264e_api_v2.c472 frms->refr_idx = refr->prev_ref_idx; in h264e_proc_dpb()
593 p->dpb.curr->prev_ref_idx = p->frms.refr_idx; in h264e_sw_enc()