Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h239 typedef struct RefPicList { struct
244 } RefPicList; argument
247 RefPicList refPicList[2];
400 RefPicList *refPicList;
502 RefPicList rps[5];
585 RefPicList *ff_hevc_get_ref_list(HEVCContext *s, HEVCFrame *frame,
Dhevc_refs.c57 RefPicList *ff_hevc_get_ref_list(HEVCContext *s, HEVCFrame *ref, int x0, int y0) in ff_hevc_get_ref_list()
63 return (RefPicList *)ref->rpl_tab[ctb_addr_ts]; in ff_hevc_get_ref_list()
286 frame->refPicList = (RefPicList *)frame->rpl_tab[ctb_addr_ts]; in init_slice_rpl()
310 RefPicList rpl_tmp = { { 0 } }; in ff_hevc_slice_rpl()
311 RefPicList *rpl = &s->ref->refPicList[list_idx]; in ff_hevc_slice_rpl()
323 RefPicList *rps = &s->rps[cand_lists[i]]; in ff_hevc_slice_rpl()
421 static int add_candidate_ref(HEVCContext *s, RefPicList *list, in add_candidate_ref()
447 RefPicList *rps = s->rps; in ff_hevc_frame_rps()
Ddxva2_hevc.c50 for (i = 0; i < FF_ARRAY_ELEMS(pp->RefPicList); i++) { in get_refpic_index()
51 if ((pp->RefPicList[i].bPicEntry & 0x7f) == surface_index) in get_refpic_index()
162 for (i = 0, j = 0; i < FF_ARRAY_ELEMS(pp->RefPicList); i++) { in fill_picture_parameters()
171 …fill_picture_entry(&pp->RefPicList[i], ff_dxva2_get_surface_index(avctx, ctx, frame->frame), !!(fr… in fill_picture_parameters()
174 pp->RefPicList[i].bPicEntry = 0xff; in fill_picture_parameters()
180 const RefPicList *rpl = &h->rps[ref_idx]; \ in fill_picture_parameters()
Dhevc_mvs.c131 RefPicList *refPicList, int X, int refIdxLx, in check_mvset()
132 RefPicList *refPicList_col, int listCol, int refidxCol) in check_mvset()
165 int colPic, RefPicList *refPicList_col) in derive_temporal_colocated_mvs()
167 RefPicList *refPicList = s->ref->refPicList; in derive_temporal_colocated_mvs()
293 RefPicList *refPicList = s->ref->refPicList; in derive_spatial_merge_candidates()
516 RefPicList *refPicList = s->ref->refPicList; in dist_scale()
535 RefPicList *refPicList = s->ref->refPicList; in mv_mp_mode_mx()
551 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.c456 memset(last_slice_param->RefPicList, 0xFF, sizeof(last_slice_param->RefPicList)); in vaapi_hevc_decode_slice()
459 RefPicList *rpl = &h->ref->refPicList[list_idx]; in vaapi_hevc_decode_slice()
462 last_slice_param->RefPicList[list_idx][i] = get_ref_pic_index(h, rpl->ref[i]); in vaapi_hevc_decode_slice()
Ddxva2_h264.c247 for (i = 0; i < FF_ARRAY_ELEMS(slice->RefPicList[list]); i++) { in fill_slice_long()
256 fill_picture_entry(&slice->RefPicList[list][i], index, in fill_slice_long()
276 slice->RefPicList[list][i].bPicEntry = 0xff; in fill_slice_long()
Dhevc_filter.c651 RefPicList *neigh_refPicList) in boundary_strength()
739 RefPicList *rpl_top = (lc->boundary_flags & BOUNDARY_UPPER_SLICE) ? in ff_hevc_deblocking_boundary_strengths()
777 RefPicList *rpl_left = (lc->boundary_flags & BOUNDARY_LEFT_SLICE) ? in ff_hevc_deblocking_boundary_strengths()
804 RefPicList *rpl = s->ref->refPicList; in ff_hevc_deblocking_boundary_strengths()
Dhevcdec.c1856 RefPicList *refPicList = s->ref->refPicList; in hls_prediction_unit()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h265dec.cpp632 for (UCHAR i = 0; i < G_N_ELEMENTS (pic_params->RefPicList); i++) { in gst_d3d11_h265_dec_get_ref_index()
633 if (pic_params->RefPicList[i].Index7Bits == view_id) in gst_d3d11_h265_dec_get_ref_index()
644 for (guint i = 0; i < G_N_ELEMENTS (params->RefPicList); i++) in init_pic_params()
645 params->RefPicList[i].bPicEntry = 0xff; in init_pic_params()
691 i < dpb_array->len && j < G_N_ELEMENTS (pic_params->RefPicList); i++) { in gst_d3d11_h265_dec_start_picture()
701 pic_params->RefPicList[j].Index7Bits = id; in gst_d3d11_h265_dec_start_picture()
702 pic_params->RefPicList[j].AssociatedFlag = other->long_term; in gst_d3d11_h265_dec_start_picture()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c220 context->desc.h265.RefPicList[i][j] = h265->RefPicList[i][j]; in vlVaHandleSliceParameterBufferHEVC()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c552 _fill_ref_pic_list (decoder, picture, slice_param->base.RefPicList[0], in gst_va_h265_dec_decode_slice()
554 _fill_ref_pic_list (decoder, picture, slice_param->base.RefPicList[1], in gst_va_h265_dec_decode_slice()
/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()