Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1748 RK_U32 hor_scale, ver_scale; in prepare_uncompress_header() local
1751 hor_scale = dxva->width; in prepare_uncompress_header()
1754 hor_scale = mapped_frame_width[i]; in prepare_uncompress_header()
1757 hor_scale = ((hor_scale << AV1_REF_SCALE_SHIFT) + dxva->width / 2) / dxva->width; in prepare_uncompress_header()
1760 mpp_put_bits(&bp, hor_scale, 16); in prepare_uncompress_header()