Searched refs:HVTAP (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | vp8dsp_init.c | 167 #define HVTAP(OPT, ALIGN, TAPNUMX, TAPNUMY, SIZE, MAXHEIGHT) \ macro 183 HVTAP(mmxext, 8, x, y, 4, 8) \ 184 HVTAP(mmxext, 8, x, y, 8, 16) 186 HVTAP(mmxext, 8, 6, 6, 16, 16) 189 HVTAP(mmxext, 8, x, y, 4, 8) 198 HVTAP(sse2, 16, x, y, w, 16) \ 199 HVTAP(ssse3, 16, x, y, w, 16) 207 HVTAP(ssse3, 16, 4, 4, 4, 8) 208 HVTAP(ssse3, 16, 4, 6, 4, 8) 209 HVTAP(ssse3, 16, 6, 4, 4, 8) [all …]
|