Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c419 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()
471 if (refr->status.force_pskip_is_ref) in h264e_proc_dpb()
H A Dh264e_dpb.c463 if (!frm->on_used && !frm->status.force_pskip_is_ref) in h264e_dpb_proc()
/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h135 RK_U32 force_pskip_is_ref : 1; member
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c700 …if ((cpb->curr.force_pskip_is_ref) && (frm->slot_idx == dpb->curr->slice->m_refPicList[0][0]->slot… in h265e_pskip_ref_check()
705 …if ((cpb->refr.force_pskip_is_ref) && (frm->slot_idx == dpb->curr->slice->m_refPicList[0][0]->prev… in h265e_pskip_ref_check()
H A Dh265e_syntax.c359 if (ref_frame->status.force_pskip_is_ref) in fill_ref_parameters()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_refs.c905 frm->force_pskip_is_ref = 1; in mpp_enc_refs_get_cpb()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1927 else if (frm->force_pskip_is_ref) in mpp_enc_force_pskip()
1943 else if (frm->force_pskip_is_ref) in mpp_enc_force_pskip()
1996 frm->force_pskip_is_ref = skip_mode->pskip_is_ref; in mpp_enc_get_pskip_mode()