Lines Matching refs:vmode
598 int vmode, \
603 if (vmode) { /* Horizontal filter to apply */ \
608 int shift = (shift_value[hmode] + shift_value[vmode]) >> 1; \
616 tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
636 OP(dst[i], vc1_mspel_filter(src + i, stride, vmode, r)); \
656 int vmode, \
661 if (vmode) { /* Horizontal filter to apply */ \
666 int shift = (shift_value[hmode] + shift_value[vmode]) >> 1; \
674 tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
694 OP(dst[i], vc1_mspel_filter(src + i, stride, vmode, r)); \