Searched refs:m_refPicList (Results 1 – 4 of 4) sorted by relevance
89 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()
700 …if ((cpb->curr.force_pskip_is_ref) && (frm->slot_idx == dpb->curr->slice->m_refPicList[0][0]->slot… in h265e_pskip_ref_check()705 …if ((cpb->refr.force_pskip_is_ref) && (frm->slot_idx == dpb->curr->slice->m_refPicList[0][0]->prev… in h265e_pskip_ref_check()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()
356 ref_frame = slice->m_refPicList[0][0]; in fill_ref_parameters()360 sp->ref_pic.slot_idx = slice->m_refPicList[0][0]->prev_ref_idx; in fill_ref_parameters()
397 H265eDpbFrm *m_refPicList[2][MAX_REFS + 1]; member