Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h54 USHORT superres_denom ; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c36 …pp->superres_denom = frame_header->use_superres ? frame_header->coded_denom : AV1_SUPERRES_NU… in av1d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1224 regs->swreg9.sw_scale_denom_minus9 = dxva->superres_denom; in vdpu_av1d_set_picture_dimensions()
1508 (tile_width_pixels * (9 + dxva->superres_denom) + 4) / 8; in check_tile_width()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1489 mpp_put_bits(&bp, dxva->superres_denom, 5); in prepare_uncompress_header()