Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c213 #define MULTIPLIER(a) ((a) * 32897U) macro
216 #define MULTIPLIER(a) ((a) * 65793U) macro
229 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()
238 #undef MULTIPLIER
243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
266 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444()
276 #undef MULTIPLIER
Dalpha_processing_sse2.c149 #define MULTIPLIER(a) ((a) * 0x8081) macro
201 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()
210 #undef MULTIPLIER
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling.c246 #define MULTIPLIER(a) ((a) * 32897UL) macro
249 #define MULTIPLIER(a) ((a) * 65793UL) macro
262 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply()
271 #undef MULTIPLIER
276 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
296 const uint32_t mult = MULTIPLIER(a); in ApplyAlphaMultiply4444()
306 #undef MULTIPLIER
/external/libjpeg-turbo/
Djmorecfg.h380 #ifndef MULTIPLIER
382 #define MULTIPLIER int /* type for fastest integer multiply */ macro
384 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
Djdct.h65 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
67 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
/external/pdfium/third_party/libjpeg/
Djmorecfg.h355 #ifndef MULTIPLIER
356 #define MULTIPLIER int /* type for fastest integer multiply */ macro
Djdct.h56 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
58 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
/external/opencv3/3rdparty/libjpeg/
Djmorecfg.h369 #ifndef MULTIPLIER
370 #define MULTIPLIER int /* type for fastest integer multiply */ macro
Djdct.h65 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
67 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
/external/guice/lib/build/
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...