Lines Matching refs:vmode
340 int hmode, int vmode, int rnd)\
354 if (vmode) { /* Vertical filter to apply */\
357 int shift = (shift_value[hmode]+shift_value[vmode])>>1;\
362 vc1_put_shift_ver_16bits[vmode](tmp, src-1, stride, r, shift);\
368 vc1_put_shift_8bits[vmode](dst, src, stride, 1-rnd, stride);\
377 int stride, int hmode, int vmode, int rnd)\
379 OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd); \
380 OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd); \
382 OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd); \
383 OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd); \