Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h236 typedef struct RefPicList { struct
241 } RefPicList; argument
244 RefPicList refPicList[2];
399 RefPicList *refPicList;
501 RefPicList rps[5];
587 const RefPicList *ff_hevc_get_ref_list(const HEVCContext *s, const HEVCFrame *frame,
Ddxva2_hevc.c52 for (i = 0; i < FF_ARRAY_ELEMS(pp->RefPicList); i++) { in get_refpic_index()
53 if ((pp->RefPicList[i].bPicEntry & 0x7f) == surface_index) in get_refpic_index()
164 for (i = 0, j = 0; i < FF_ARRAY_ELEMS(pp->RefPicList); i++) { in fill_picture_parameters()
173 …fill_picture_entry(&pp->RefPicList[i], ff_dxva2_get_surface_index(avctx, ctx, frame->frame), !!(fr… in fill_picture_parameters()
176 pp->RefPicList[i].bPicEntry = 0xff; in fill_picture_parameters()
182 const RefPicList *rpl = &h->rps[ref_idx]; \ in fill_picture_parameters()
Dhevc_refs.c58 const RefPicList *ff_hevc_get_ref_list(const HEVCContext *s, in ff_hevc_get_ref_list()
294 frame->refPicList = (RefPicList *)frame->rpl_tab[ctb_addr_ts]; in init_slice_rpl()
318 RefPicList rpl_tmp = { { 0 } }; in ff_hevc_slice_rpl()
319 RefPicList *rpl = &s->ref->refPicList[list_idx]; in ff_hevc_slice_rpl()
331 RefPicList *rps = &s->rps[cand_lists[i]]; in ff_hevc_slice_rpl()
429 static int add_candidate_ref(HEVCContext *s, RefPicList *list, in add_candidate_ref()
455 RefPicList *rps = s->rps; in ff_hevc_frame_rps()
Dhevc_mvs.c132 const RefPicList *refPicList, int X, int refIdxLx, in check_mvset()
133 const RefPicList *refPicList_col, int listCol, int refidxCol) in check_mvset()
166 int colPic, const RefPicList *refPicList_col) in derive_temporal_colocated_mvs()
168 RefPicList *refPicList = s->ref->refPicList; in derive_temporal_colocated_mvs()
294 RefPicList *refPicList = s->ref->refPicList; in derive_spatial_merge_candidates()
517 RefPicList *refPicList = s->ref->refPicList; in dist_scale()
536 RefPicList *refPicList = s->ref->refPicList; in mv_mp_mode_mx()
552 RefPicList *refPicList = s->ref->refPicList; in mv_mp_mode_mx_lt()
Dvaapi_h264.c159 static void fill_vaapi_RefPicList(VAPictureH264 RefPicList[32], in fill_vaapi_RefPicList()
166 fill_vaapi_pic(&RefPicList[n++], ref_list[i].parent, in fill_vaapi_RefPicList()
170 init_vaapi_pic(&RefPicList[n]); in fill_vaapi_RefPicList()
Dvaapi_hevc.c469 memset(last_slice_param->RefPicList, 0xFF, sizeof(last_slice_param->RefPicList)); in vaapi_hevc_decode_slice()
472 RefPicList *rpl = &h->ref->refPicList[list_idx]; in vaapi_hevc_decode_slice()
475 last_slice_param->RefPicList[list_idx][i] = get_ref_pic_index(h, rpl->ref[i]); in vaapi_hevc_decode_slice()
Ddxva2_h264.c249 for (i = 0; i < FF_ARRAY_ELEMS(slice->RefPicList[list]); i++) { in fill_slice_long()
258 fill_picture_entry(&slice->RefPicList[list][i], index, in fill_slice_long()
278 slice->RefPicList[list][i].bPicEntry = 0xff; in fill_slice_long()
Dhevc_filter.c660 const RefPicList *neigh_refPicList) in boundary_strength()
748 const RefPicList *rpl_top = (lc->boundary_flags & BOUNDARY_UPPER_SLICE) ? in ff_hevc_deblocking_boundary_strengths()
786 const RefPicList *rpl_left = (lc->boundary_flags & BOUNDARY_LEFT_SLICE) ? in ff_hevc_deblocking_boundary_strengths()
813 RefPicList *rpl = s->ref->refPicList; in ff_hevc_deblocking_boundary_strengths()
Dhevcdec.c1878 RefPicList *refPicList = s->ref->refPicList; in hls_prediction_unit()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c220 context->desc.h265.RefPicList[i][j] = h265->RefPicList[i][j]; in vlVaHandleSliceParameterBufferHEVC()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h641 uint8_t RefPicList[2][15]; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c740 result.direct_reflist[i][j] = pic->RefPicList[i][j]; in get_h265_msg()
Dradeon_vcn_dec.c450 result.direct_reflist[i][j] = pic->RefPicList[i][j]; in get_h265_msg()