Searched refs:EPEL_HV (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp8dsp_altivec.c | 272 #define EPEL_HV(WIDTH, HTAPS, VTAPS) \ macro 291 EPEL_HV(16, 6,6) 292 EPEL_HV(8, 6,6) 293 EPEL_HV(8, 4,6) 294 EPEL_HV(8, 6,4) 295 EPEL_HV(8, 4,4) 296 EPEL_HV(4, 6,6) 297 EPEL_HV(4, 4,6) 298 EPEL_HV(4, 6,4) 299 EPEL_HV(4, 4,4)
|