Home
last modified time | relevance | path

Searched refs:superres (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h82 UINT32 superres : 1; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c82 pp->coding.superres = frame_header->use_superres; in av1d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1123 if (dxva->coding.superres) { in vdpu_av1d_superres_params()
1499 …if (!leftmost && dxva->coding.use_128x128_superblock == 0 && dxva->coding.superres && width == 1) { in check_tile_width()
1506 if (dxva->coding.superres) { in check_tile_width()
1511 if (dxva->coding.superres) in check_tile_width()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1488 mpp_put_bits(&bp, dxva->coding.superres, 1); in prepare_uncompress_header()