Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c821 RK_S32 refIdx = 0; in h265e_dpb_build_list() local
823 for (refIdx = 0; refIdx < slice->m_numRefIdx[L0] && bLowDelay; refIdx++) { in h265e_dpb_build_list()
824 if (slice->m_refPicList[L0][refIdx]->poc > curPOC) { in h265e_dpb_build_list()
829 for (refIdx = 0; refIdx < slice->m_numRefIdx[L1] && bLowDelay; refIdx++) { in h265e_dpb_build_list()
830 if (slice->m_refPicList[L1][refIdx]->poc > curPOC) { in h265e_dpb_build_list()