Searched refs:AV1_REF_SCALE_SHIFT (Results 1 – 4 of 4) sorted by relevance
139 #define AV1_REF_SCALE_SHIFT 14 macro
22 #define AV1_REF_SCALE_SHIFT 14 macro
828 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()
22 #define AV1_REF_SCALE_SHIFT 14 macro236 #define AV1_REF_SCALE_SHIFT 14 macro