Searched refs:HTAPS (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dsd_tablegen.h | 30 #define HTAPS 48 /** number of FIR constants */ macro 31 #define CTABLES ((HTAPS + 7) / 8) /** number of "8 MACs" lookup tables */ 55 static const double htaps[HTAPS] = {
|
D | dsd.h | 31 #define HTAPS 48 /** number of FIR constants */ macro 35 #if FIFOSIZE * 8 < HTAPS * 2
|
D | vp8dsp.c | 526 #define VP8_EPEL_HV(SIZE, HTAPS, VTAPS) \ argument 528 put_vp8_epel ## SIZE ## _h ## HTAPS ## v ## VTAPS ## _c(uint8_t *dst, \ 544 tmp[x] = FILTER_ ## HTAPS ## TAP(src, filter, 1); \
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp8dsp_altivec.c | 272 #define EPEL_HV(WIDTH, HTAPS, VTAPS) \ argument 273 static void put_vp8_epel ## WIDTH ## _h ## HTAPS ## v ## VTAPS ## _altivec(uint8_t *dst, ptrdiff_t … 277 …put_vp8_epel ## WIDTH ## _h ## HTAPS ## _altivec(tmp, 16, src-2*sstride, sstride, h+5, mx, my… 280 …put_vp8_epel ## WIDTH ## _h ## HTAPS ## _altivec(tmp, 16, src-sstride, sstride, h+4, mx, my);…
|