Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvdec_av1.c105 .disable_cdf_update = frame_header->disable_cdf_update, in nvdec_av1_start_frame()
Dvdpau_av1.c92 info->disable_cdf_update = frame_header->disable_cdf_update; in vdpau_av1_start_frame()
Dvaapi_av1.c233 .disable_cdf_update = frame_header->disable_cdf_update, in vaapi_av1_start_frame()
Ddxva2_av1.c111 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.c1487 hdr->disable_cdf_update = av1_f(vlc, 1); in frame_header_obu()
1603 (seq->reduced_still_picture_header || hdr->disable_cdf_update) ? 1 : av1_f(vlc, 1); in frame_header_obu()
1645 priv->picture.av1.picture_parameter.pic_info_fields.disable_cdf_update = in frame_header_obu()
1646 hdr->disable_cdf_update; in frame_header_obu()
/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/mesa3d/src/gallium/include/pipe/
Dp_video_state.h889 uint32_t disable_cdf_update:1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c752 result.frame_header_flags |= (pic->picture_parameter.pic_info_fields.disable_cdf_update in get_av1_msg()