Searched refs:reference_frames (Results 1 – 8 of 8) sorted by relevance
149 for (i = 0; i < FF_ARRAY_ELEMS(vpic->reference_frames); i++) in vaapi_encode_vp9_init_picture_params()150 vpic->reference_frames[i] = VA_INVALID_SURFACE; in vaapi_encode_vp9_init_picture_params()156 av_assert0(vpic->reference_frames[slot] == VA_INVALID_SURFACE); in vaapi_encode_vp9_init_picture_params()157 vpic->reference_frames[slot] = ref_pic->recon_surface; in vaapi_encode_vp9_init_picture_params()
104 pic_param.reference_frames[i] = ff_vaapi_get_surface_id(h->refs[i].f); in vaapi_vp9_start_frame()106 pic_param.reference_frames[i] = VA_INVALID_ID; in vaapi_vp9_start_frame()
837 vpic->reference_frames[i] = (VAPictureHEVC) { in vaapi_encode_h265_init_picture_params()846 for (; i < FF_ARRAY_ELEMS(vpic->reference_frames); i++) { in vaapi_encode_h265_init_picture_params()847 vpic->reference_frames[i] = (VAPictureHEVC) { in vaapi_encode_h265_init_picture_params()1068 vslice->ref_pic_list0[0] = vpic->reference_frames[0]; in vaapi_encode_h265_init_slice_params()1073 vslice->ref_pic_list1[0] = vpic->reference_frames[1]; in vaapi_encode_h265_init_slice_params()
270 const GstVp9FrameHeader * h, const GstVp9Dpb * reference_frames) in gst_v4l2_codecs_vp9_dec_fill_refs() argument274 if (reference_frames && reference_frames->pic_list[h->ref_frame_idx[0]]) { in gst_v4l2_codecs_vp9_dec_fill_refs()275 ref_pic = reference_frames->pic_list[h->ref_frame_idx[0]]; in gst_v4l2_codecs_vp9_dec_fill_refs()279 if (reference_frames && reference_frames->pic_list[h->ref_frame_idx[1]]) { in gst_v4l2_codecs_vp9_dec_fill_refs()280 ref_pic = reference_frames->pic_list[h->ref_frame_idx[1]]; in gst_v4l2_codecs_vp9_dec_fill_refs()284 if (reference_frames && reference_frames->pic_list[h->ref_frame_idx[2]]) { in gst_v4l2_codecs_vp9_dec_fill_refs()285 ref_pic = reference_frames->pic_list[h->ref_frame_idx[2]]; in gst_v4l2_codecs_vp9_dec_fill_refs()292 const GstVp9FrameHeader * h, const GstVp9Dpb * reference_frames) in gst_v4l2_codec_vp9_dec_fill_dec_params() argument367 gst_v4l2_codecs_vp9_dec_fill_refs (self, h, reference_frames); in gst_v4l2_codec_vp9_dec_fill_dec_params()
51 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
88 vlVaGetReferenceFrame(drv, vp9->reference_frames[i], &context->desc.vp9.ref[i]); in vlVaHandlePictureParameterBufferVP9()
334 pic_param.reference_frames[i] = in _fill_param()337 pic_param.reference_frames[i] = VA_INVALID_ID; in _fill_param()
527 unsigned reference_frames[16]; member