Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h78 UINT32 disable_cdf_update : 1; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c78 pp->coding.disable_cdf_update = frame_header->disable_cdf_update; in av1d_fill_picparams()
H A Dav1d_cbs.h169 RK_U8 disable_cdf_update; member
H A Dav1d_cbs.c1859 flag(disable_cdf_update); in mpp_av1_uncompressed_header()
2021 if (seq->reduced_still_picture_header || current->disable_cdf_update) in mpp_av1_uncompressed_header()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1482 mpp_put_bits(&bp, dxva->coding.disable_cdf_update, 1); in prepare_uncompress_header()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1946 regs->swreg5.sw_disable_cdf_update = dxva->coding.disable_cdf_update; in vdpu_av1d_gen_regs()