Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c228 enum NALUnitType get_nal_unit_type(H265eDpb *dpb, int curPOC) in get_nal_unit_type() argument
231 if (curPOC == 0) { in get_nal_unit_type()
238 if (curPOC < dpb->poc_cra) { in get_nal_unit_type()
248 if (curPOC < dpb->last_idr) { in get_nal_unit_type()
887 RK_S32 curPOC = slice->poc; in h265e_dpb_build_list() local
891 if (slice->m_refPicList[L0][refIdx]->poc > curPOC) { in h265e_dpb_build_list()
897 if (slice->m_refPicList[L1][refIdx]->poc > curPOC) { in h265e_dpb_build_list()