Searched refs:rpl (Results 1 – 2 of 2) sorted by relevance
262 RefPicList_t *rpl = &ref->refPicList[list_idx]; in hal_h265d_slice_rpl() local298 rpl->dpb_index[i] = rpl_tmp.dpb_index[idx]; in hal_h265d_slice_rpl()299 rpl->nb_refs++; in hal_h265d_slice_rpl()302 memcpy(rpl, &rpl_tmp, sizeof(*rpl)); in hal_h265d_slice_rpl()303 rpl->nb_refs = MPP_MIN((RK_U32)rpl->nb_refs, sh->nb_refs[list_idx]); in hal_h265d_slice_rpl()
251 const RefPicList *rpl = &h->rps[ref_idx]; \ in fill_picture_parameters()254 while (!frame && j < (RK_U32)rpl->nb_refs) \ in fill_picture_parameters()255 frame = rpl->ref[j++]; \ in fill_picture_parameters()