Lines Matching refs:VP8_MC
54 #define VP8_MC(n, opt) \
60 VP8_MC(pixels ## w, opt); \
61 VP8_MC(epel ## w ## _h4, opt); \
62 VP8_MC(epel ## w ## _h6, opt); \
63 VP8_MC(epel ## w ## _v4, opt); \
64 VP8_MC(epel ## w ## _h4v4, opt); \
65 VP8_MC(epel ## w ## _h6v4, opt); \
66 VP8_MC(epel ## w ## _v6, opt); \
67 VP8_MC(epel ## w ## _h4v6, opt); \
68 VP8_MC(epel ## w ## _h6v6, opt)
71 VP8_MC(bilin ## w ## _h, opt); \
72 VP8_MC(bilin ## w ## _v, opt); \
73 VP8_MC(bilin ## w ## _hv, opt)