Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_common.h138 #define AV1_REF_SCALE_SHIFT 14 macro
H A Dav1d_common.h22 #define AV1_REF_SCALE_SHIFT 14 macro
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h22 #define AV1_REF_SCALE_SHIFT 14 macro
236 #define AV1_REF_SCALE_SHIFT 14 macro
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c828 tmp1 = ((tmp1 << AV1_REF_SCALE_SHIFT) + cur_width / 2) / cur_width; in vdpu_av1d_set_reference_frames()
829 tmp2 = ((tmp2 << AV1_REF_SCALE_SHIFT) + cur_height / 2) / cur_height; in vdpu_av1d_set_reference_frames()
833 if (tmp1 != (1 << AV1_REF_SCALE_SHIFT) || in vdpu_av1d_set_reference_frames()
834 tmp2 != (1 << AV1_REF_SCALE_SHIFT)) { in vdpu_av1d_set_reference_frames()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1757 hor_scale = ((hor_scale << AV1_REF_SCALE_SHIFT) + dxva->width / 2) / dxva->width; in prepare_uncompress_header()
1758 ver_scale = ((ver_scale << AV1_REF_SCALE_SHIFT) + dxva->height / 2) / dxva->height; in prepare_uncompress_header()