Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c133 H265eDpbFrm* rpsCurrList1[MAX_REFS + 1]; in h265e_slice_set_ref_list() local
153 rpsCurrList1[cIdx] = refPicSetStCurr1[i]; in h265e_slice_set_ref_list()
157 rpsCurrList1[cIdx] = refPicSetStCurr0[i]; in h265e_slice_set_ref_list()
161 rpsCurrList1[cIdx] = refPicSetLtCurr[i]; in h265e_slice_set_ref_list()
183 slice->m_refPicList[1][rIdx] = rpsCurrList1[cIdx]; in h265e_slice_set_ref_list()