Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c89 memset(slice->m_refPicList, 0, sizeof(slice->m_refPicList)); in h265e_slice_set_ref_list()
172 slice->m_refPicList[0][rIdx] = rpsCurrList0[cIdx]; in h265e_slice_set_ref_list()
178 memset(slice->m_refPicList[1], 0, sizeof(slice->m_refPicList[1])); in h265e_slice_set_ref_list()
183 slice->m_refPicList[1][rIdx] = rpsCurrList1[cIdx]; in h265e_slice_set_ref_list()
199 slice->m_refPOCList[dir][numRefIdx] = slice->m_refPicList[dir][numRefIdx]->poc; in h265e_slice_set_ref_poc_list()
H A Dh265e_slice.h376 H265eDpbFrm *m_refPicList[2][MAX_REFS + 1]; member
H A Dh265e_dpb.c824 if (slice->m_refPicList[L0][refIdx]->poc > curPOC) { in h265e_dpb_build_list()
830 if (slice->m_refPicList[L1][refIdx]->poc > curPOC) { in h265e_dpb_build_list()
H A Dh265e_syntax.c346 ref_frame = slice->m_refPicList[0][0]; in fill_ref_parameters()