Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c193 RK_S32 dir, numRefIdx; in h265e_slice_set_ref_poc_list() local
198 for (numRefIdx = 0; numRefIdx < slice->m_numRefIdx[dir]; numRefIdx++) { in h265e_slice_set_ref_poc_list()
199 slice->m_refPOCList[dir][numRefIdx] = slice->m_refPicList[dir][numRefIdx]->poc; in h265e_slice_set_ref_poc_list()