Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_av1.c147 .disable_cdf_update = frame_header->disable_cdf_update, in vaapi_av1_start_frame()
Dnvdec_av1.c105 .disable_cdf_update = frame_header->disable_cdf_update, in nvdec_av1_start_frame()
Ddxva2_av1.c109 pp->coding.disable_cdf_update = frame_header->disable_cdf_update; in fill_picture_parameters()
Dcbs_av1.h176 uint8_t disable_cdf_update; member
Dcbs_av1_syntax_template.c1409 flag(disable_cdf_update); in FUNC()
1568 if (seq->reduced_still_picture_header || current->disable_cdf_update) in FUNC()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h368 bool disable_cdf_update; member
Dvid_dec_av1.c1485 hdr->disable_cdf_update = av1_f(vlc, 1); in frame_header_obu()
1601 (seq->reduced_still_picture_header || hdr->disable_cdf_update) ? 1 : av1_f(vlc, 1); in frame_header_obu()
1643 priv->picture.av1.picture_parameter.pic_info_fields.disable_cdf_update = in frame_header_obu()
1644 hdr->disable_cdf_update; in frame_header_obu()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c204 assert_equals_int (frame.frame_header.disable_cdf_update, 0); in GST_START_TEST()
296 assert_equals_int (frame.frame_header.disable_cdf_update, 0); in GST_START_TEST()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_av1.c148 context->desc.av1.picture_parameter.pic_info_fields.disable_cdf_update = in vlVaHandlePictureParameterBufferAV1()
149 av1->pic_info_fields.bits.disable_cdf_update; in vlVaHandlePictureParameterBufferAV1()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp132 UINT disable_cdf_update:1; member
850 pic_params->coding.disable_cdf_update = frame_hdr->disable_cdf_update; in gst_d3d11_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c660 .disable_cdf_update = frame_header->disable_cdf_update, in gst_va_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1550 gboolean disable_cdf_update; member
Dgstav1parser.c3670 frame_header->disable_cdf_update = AV1_READ_BIT_CHECKED (br, &retval); in gst_av1_parse_uncompressed_frame_header()
3982 || frame_header->disable_cdf_update) in gst_av1_parse_uncompressed_frame_header()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h862 uint32_t disable_cdf_update:1; member
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c632 result.frame_header_flags |= (pic->picture_parameter.pic_info_fields.disable_cdf_update in get_av1_msg()