Home
last modified time | relevance | path

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

/external/jpeg/
Djmorecfg.h371 #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
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/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
/external/pdfium/core/src/fxcodec/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/pdfium/core/include/thirdparties/libjpeg/
Djmorecfg.h355 #ifndef MULTIPLIER
356 #define MULTIPLIER int /* type for fastest integer multiply */ macro