Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A 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); \
A 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); \

Completed in 3 milliseconds