Home
last modified time | relevance | path

Searched refs:MULTIPLIER (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dalpha_processing.c216 #define MULTIPLIER(a) ((a) * 32897U) macro
219 #define MULTIPLIER(a) ((a) * 65793U) macro
233 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_C()
243 #undef MULTIPLIER
248 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
271 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444_C()
281 #undef MULTIPLIER
A Dalpha_processing_neon.c22 #define MULTIPLIER(a) ((a) * 0x8081) macro
68 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_NEON()
78 #undef MULTIPLIER
A Dalpha_processing_sse2.c149 #define MULTIPLIER(a) ((a) * 0x8081) macro
201 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply_SSE2()
210 #undef MULTIPLIER
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmorecfg.h425 #ifndef MULTIPLIER
426 #define MULTIPLIER int /* type for fastest integer multiply */ macro
A Djdct.h66 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
68 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h425 #ifndef MULTIPLIER
426 #define MULTIPLIER int /* type for fastest integer multiply */ macro

Completed in 11 milliseconds