Searched refs:FUNC_NAME (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling.c | 37 #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, \
|
D | upsampling_sse2.c | 126 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 127 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
|
D | upsampling_neon.c | 208 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument 209 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
|