Searched refs:VP8_MC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvp8dsp.h59 #define VP8_MC(n, opt) \ macro
65 VP8_MC(pixels ## w, opt); \
66 VP8_MC(epel ## w ## _h4, opt); \
67 VP8_MC(epel ## w ## _h6, opt); \
68 VP8_MC(epel ## w ## _v4, opt); \
69 VP8_MC(epel ## w ## _h4v4, opt); \
70 VP8_MC(epel ## w ## _h6v4, opt); \
71 VP8_MC(epel ## w ## _v6, opt); \
72 VP8_MC(epel ## w ## _h4v6, opt); \
73 VP8_MC(epe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dvp8dsp_init_arm.c54 #define VP8_MC(n) \ macro
60 VP8_MC(pixels ## w); \
61 VP8_MC(epel ## w ## _h4); \
62 VP8_MC(epel ## w ## _h6); \
63 VP8_MC(epel ## w ## _v4); \
64 VP8_MC(epel ## w ## _h4v4); \
65 VP8_MC(epel ## w ## _h6v4); \
66 VP8_MC(epel ## w ## _v6); \
67 VP8_MC(epel ## w ## _h4v6); \
68 VP8_MC(epe
[all...]

Completed in 44 milliseconds