Searched refs:VP8_MC (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8dsp.h | 59 #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...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp8dsp.h | 54 #define VP8_MC(n, opt) \ macro 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(epe [all...] |
Completed in 2 milliseconds