Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A 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, \
138 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \ argument
139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
180 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
181 extern void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
183 void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
A Dyuv_mips_dsp_r2.c71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
72 static void FUNC_NAME(const uint8_t* y, \
A Dupsampling_sse41.c118 #define SSE4_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
119 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
204 #define YUV444_FUNC(FUNC_NAME, CALL, CALL_C, XSTEP) \ argument
207 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
A Dyuv_mips32.c24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
25 static void FUNC_NAME(const uint8_t* y, \
A Dupsampling_mips_dsp_r2.c145 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
146 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
243 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
244 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
A Dupsampling_sse2.c116 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
117 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
217 #define YUV444_FUNC(FUNC_NAME, CALL, CALL_C, XSTEP) \ argument
220 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
A Dyuv.c22 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
23 static void FUNC_NAME(const uint8_t* y, \
A Dlossless_mips_dsp_r2.c22 #define MAP_COLOR_FUNCS(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \ argument
23 static void FUNC_NAME(const TYPE* src, \
A Dupsampling_neon.c192 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
193 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
A Dmsa_macro.h72 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
73 static inline TYPE FUNC_NAME(const void* const psrc) { \
83 #define MSA_LOAD(psrc, FUNC_NAME) FUNC_NAME(psrc) argument
85 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
86 static inline void FUNC_NAME(TYPE val, void* const pdst) { \
95 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument
A Dlossless.c324 #define COLOR_INDEX_INVERSE(FUNC_NAME, F_NAME, STATIC_DECL, TYPE, BIT_SUFFIX, \ argument
336 STATIC_DECL void FUNC_NAME(const VP8LTransform* const transform, \
A Dupsampling_msa.c566 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
567 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \

Completed in 20 milliseconds