Searched defs:MULTIPLIER (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Dupsampling.c246 #define MULTIPLIER(a) ((a) * 32897UL) macro
249 #define MULTIPLIER(a) ((a) * 65793UL) macro
262 const uint32_t mult = MULTIPLIER(a);
271 #undef MULTIPLIER macro
276 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
296 const uint32_t mult = MULTIPLIER(a);
306 #undef MULTIPLIER macro
/external/opencv3/3rdparty/libjpeg/
H A Djmorecfg.h365 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
366 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
369 #ifndef MULTIPLIER
370 #define MULTIPLIER int /* type for fastest integer multiply */ macro
/external/pdfium/third_party/libjpeg/
H A Djmorecfg.h351 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
352 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
355 #ifndef MULTIPLIER
356 #define MULTIPLIER int /* type for fastest integer multiply */ macro
/external/libjpeg-turbo/
H A Djmorecfg.h376 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
377 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
380 #ifndef MULTIPLIER
382 #define MULTIPLIER int /* type for fastest integer multiply */ macro
384 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
/external/webp/src/dsp/
H A Dalpha_processing.c213 #define MULTIPLIER(a) ((a) * 32897U) macro
216 #define MULTIPLIER(a) ((a) * 65793U) macro
229 const uint32_t mult = MULTIPLIER(a);
238 #undef MULTIPLIER macro
243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
266 const uint32_t mult = MULTIPLIER(a);
276 #undef MULTIPLIER macro
H A Dalpha_processing_sse2.c149 #define MULTIPLIER(a) ((a) * 0x8081) macro
201 const uint32_t mult = MULTIPLIER(a);
210 #undef MULTIPLIER macro
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...

Completed in 112 milliseconds