Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_av1.c157 .allow_warped_motion = frame_header->allow_warped_motion, in vaapi_av1_start_frame()
Dnvdec_av1.c124 .allow_warped_motion = frame_header->allow_warped_motion, in nvdec_av1_start_frame()
Dcbs_av1.h277 uint8_t allow_warped_motion; member
Ddxva2_av1.c96 pp->coding.warped_motion = frame_header->allow_warped_motion; in fill_picture_parameters()
Dcbs_av1_syntax_template.c1631 infer(allow_warped_motion, 0); in FUNC()
1633 flag(allow_warped_motion); in FUNC()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h417 bool allow_warped_motion; member
Dvid_dec_av1.c1632 hdr->allow_warped_motion = 0; in frame_header_obu()
1634 hdr->allow_warped_motion = av1_f(vlc, 1); in frame_header_obu()
1773 priv->picture.av1.picture_parameter.pic_info_fields.allow_warped_motion = in frame_header_obu()
1774 hdr->allow_warped_motion; in frame_header_obu()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_av1.c166 context->desc.av1.picture_parameter.pic_info_fields.allow_warped_motion = in vlVaHandlePictureParameterBufferAV1()
167 av1->pic_info_fields.bits.allow_warped_motion; in vlVaHandlePictureParameterBufferAV1()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c672 .allow_warped_motion = frame_header->allow_warped_motion, in gst_va_av1_dec_start_picture()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h898 uint32_t allow_warped_motion:1; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1570 gboolean allow_warped_motion; member
Dgstav1parser.c4150 frame_header->allow_warped_motion = 0; in gst_av1_parse_uncompressed_frame_header()
4152 frame_header->allow_warped_motion = AV1_READ_BIT_CHECKED (br, &retval); in gst_av1_parse_uncompressed_frame_header()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c369 assert_equals_int (frame.frame_header.allow_warped_motion, 1); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp834 pic_params->coding.warped_motion = frame_hdr->allow_warped_motion; in gst_d3d11_av1_dec_start_picture()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c800 result.frame_header_flags |= (pic->picture_parameter.pic_info_fields.allow_warped_motion in get_av1_msg()