Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_av1.c154 .use_ref_frame_mvs = frame_header->use_ref_frame_mvs, in vaapi_av1_start_frame()
Dnvdec_av1.c115 .use_ref_frame_mvs = frame_header->use_ref_frame_mvs, in nvdec_av1_start_frame()
Ddxva2_av1.c115 pp->coding.use_ref_frame_mvs = frame_header->use_ref_frame_mvs; in fill_picture_parameters()
Dcbs_av1.h211 uint8_t use_ref_frame_mvs; member
Dcbs_av1_syntax_template.c1557 infer(use_ref_frame_mvs, 0); in FUNC()
1559 flag(use_ref_frame_mvs); in FUNC()
1581 if (current->use_ref_frame_mvs) { in FUNC()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h397 bool use_ref_frame_mvs; member
Dvid_dec_av1.c1544 hdr->use_ref_frame_mvs = 0; in frame_header_obu()
1598 hdr->use_ref_frame_mvs = in frame_header_obu()
1667 priv->picture.av1.picture_parameter.pic_info_fields.use_ref_frame_mvs = in frame_header_obu()
1668 hdr->use_ref_frame_mvs; in frame_header_obu()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_av1.c162 context->desc.av1.picture_parameter.pic_info_fields.use_ref_frame_mvs = in vlVaHandlePictureParameterBufferAV1()
163 av1->pic_info_fields.bits.use_ref_frame_mvs; in vlVaHandlePictureParameterBufferAV1()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp138 UINT use_ref_frame_mvs:1; member
856 pic_params->coding.use_ref_frame_mvs = frame_hdr->use_ref_frame_mvs; in gst_d3d11_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c667 .use_ref_frame_mvs = frame_header->use_ref_frame_mvs, in gst_va_av1_dec_start_picture()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h896 uint32_t use_ref_frame_mvs:1; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1568 gboolean use_ref_frame_mvs; member
Dgstav1parser.c3801 frame_header->use_ref_frame_mvs = 0; in gst_av1_parse_uncompressed_frame_header()
3959 frame_header->use_ref_frame_mvs = 0; in gst_av1_parse_uncompressed_frame_header()
3961 frame_header->use_ref_frame_mvs = AV1_READ_BIT_CHECKED (br, &retval); in gst_av1_parse_uncompressed_frame_header()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c315 assert_equals_int (frame.frame_header.use_ref_frame_mvs, 1); in GST_START_TEST()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c816 result.frame_header_flags |= (pic->picture_parameter.pic_info_fields.use_ref_frame_mvs in get_av1_msg()