/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A 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, \ 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 D | yuv_mips_dsp_r2.c | 71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument 72 static void FUNC_NAME(const uint8_t* y, \
|
A D | upsampling_sse41.c | 118 #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 D | yuv_mips32.c | 24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument 25 static void FUNC_NAME(const uint8_t* y, \
|
A D | upsampling_mips_dsp_r2.c | 145 #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 D | upsampling_sse2.c | 116 #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 D | yuv.c | 22 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 23 static void FUNC_NAME(const uint8_t* y, \
|
A D | lossless_mips_dsp_r2.c | 22 #define MAP_COLOR_FUNCS(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \ argument 23 static void FUNC_NAME(const TYPE* src, \
|
A D | upsampling_neon.c | 192 #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 D | msa_macro.h | 72 #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 D | lossless.c | 324 #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 D | upsampling_msa.c | 566 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 567 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
|