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

/external/chromium_org/third_party/libwebp/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
/external/jpeg/
H A Djmorecfg.h367 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
368 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
371 #ifndef MULTIPLIER
373 #define MULTIPLIER short macro
375 #define MULTIPLIER short macro
377 #define MULTIPLIER short macro
379 #define MULTIPLIER int /* type for fastest integer multiply */ macro
/external/pdfium/core/include/thirdparties/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/pdfium/core/src/fxcodec/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/qemu/distrib/jpeg-6b/
H A Djmorecfg.h364 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
365 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
368 #ifndef MULTIPLIER
370 #define MULTIPLIER short macro
372 #define MULTIPLIER int /* type for fastest integer multiply */ 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
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmorecfg.h385 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
386 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
389 #ifndef MULTIPLIER
391 #define MULTIPLIER int /* type for fastest integer multiply */ macro
393 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro

Completed in 234 milliseconds