Home
last modified time | relevance | path

Searched refs:CALL_C (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dupsampling_sse41.c204 #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); \
Dupsampling_sse2.c217 #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); \