Lines Matching defs:shift
1652 "psrah "#R1", "#R1", %[shift] \n\t" \
1659 int rnd, int64_t shift)
1664 shift_u.i = shift;
1691 [shift]"f"(shift_u.f), [rnd]"m"(rnd),
1757 * Purely vertical or horizontal 1/2 shift interpolation.
1828 * Core of the 1/4 and 3/4 shift bicubic interpolation.
1888 int rnd, int64_t shift) \
1894 shift_u.i = shift; \
1904 NORMALIZE_MMI("%[shift]") \
1944 [rnd]"m"(rnd), [shift]"f"(shift_u.f), \
2047 /** 1/4 shift bicubic interpolation */
2054 /** 3/4 shift bicubic interpolation */
2063 int64_t shift);
2077 * @param hmode Horizontal filter (expressed in quarter pixels shift).
2101 int shift = (shift_value[hmode]+shift_value[vmode])>>1; \
2105 r = (1<<(shift-1)) + rnd-1; \
2106 vc1_put_shift_ver_16bits[vmode](tmp, src-1, stride, r, shift); \