Home
last modified time | relevance | path

Searched refs:reference_frames (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_encode_vp9.c149 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()
Dvaapi_vp9.c104 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()
Dvaapi_encode_h265.c837 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()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp9dec.c270 const GstVp9FrameHeader * h, const GstVp9Dpb * reference_frames) in gst_v4l2_codecs_vp9_dec_fill_refs() argument
274 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() argument
367 gst_v4l2_codecs_vp9_dec_fill_refs (self, h, reference_frames); in gst_v4l2_codec_vp9_dec_fill_dec_params()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c51 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
Dpicture_vp9.c88 vlVaGetReferenceFrame(drv, vp9->reference_frames[i], &context->desc.vp9.ref[i]); in vlVaHandlePictureParameterBufferVP9()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp9dec.c334 pic_param.reference_frames[i] = in _fill_param()
337 pic_param.reference_frames[i] = VA_INVALID_ID; in _fill_param()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h527 unsigned reference_frames[16]; member