Lines Matching refs:vmode
2083 int hmode, int vmode, int rnd) \
2098 if (vmode) { /* Vertical filter to apply */ \
2101 int shift = (shift_value[hmode]+shift_value[vmode])>>1; \
2106 vc1_put_shift_ver_16bits[vmode](tmp, src-1, stride, r, shift); \
2112 vc1_put_shift_8bits[vmode](dst, src, stride, 1-rnd, stride); \
2121 int stride, int hmode, int vmode, int rnd)\
2123 OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd); \
2124 OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd); \
2126 OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd); \
2127 OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd); \