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