Home
last modified time | relevance | path

Searched refs:HTAPS (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddsd_tablegen.h30 #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] = {
Ddsd.h31 #define HTAPS 48 /** number of FIR constants */ macro
35 #if FIFOSIZE * 8 < HTAPS * 2
Dvp8dsp.c526 #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/
Dvp8dsp_altivec.c272 #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);…