Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_common.h139 #define AV1_REF_SCALE_SHIFT 14 macro
H A Dav1d_common.h22 #define AV1_REF_SCALE_SHIFT 14 macro
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()
/OK3568_Linux_fs/external/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