Home
last modified time | relevance | path

Searched refs:FUNC_NAME (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
38 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
111 #define SAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
112 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
162 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \ argument
163 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
204 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
205 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
Dupsampling_sse2.c126 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
127 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
Dupsampling_neon.c208 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
209 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \