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

/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
H A Djdct.h60 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
62 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
/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
H A 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/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

Completed in 150 milliseconds