Searched refs:CALL_C (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_sse41.c | 204 #define YUV444_FUNC(FUNC_NAME, CALL, CALL_C, XSTEP) \ argument 205 extern void CALL_C(const uint8_t* y, const uint8_t* u, const uint8_t* v, \ 215 CALL_C(y + i, u + i, v + i, dst + i * (XSTEP), len - i); \
|
D | upsampling_sse2.c | 217 #define YUV444_FUNC(FUNC_NAME, CALL, CALL_C, XSTEP) \ argument 218 extern void CALL_C(const uint8_t* y, const uint8_t* u, const uint8_t* v, \ 228 CALL_C(y + i, u + i, v + i, dst + i * (XSTEP), len - i); \
|