HomeSort by relevance Sort by last modified time
    Searched refs:MULTIPLIER (Results 1 - 7 of 7) sorted by null

  /external/jpeg/
jmorecfg.h 367 * 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
375 #define MULTIPLIER short
377 #define MULTIPLIER short
379 #define MULTIPLIER int /* type for fastest integer multiply */
jdct.h 46 * well as perform the IDCT; for dequantization, it uses the multiplier table
60 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/
jmorecfg.h 351 * 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 */
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 351 * 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 */
jdct.h 42 * well as perform the IDCT; for dequantization, it uses the multiplier table
56 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/
alpha_processing.c 213 #define MULTIPLIER(a) ((a) * 32897U)
216 #define MULTIPLIER(a) ((a) * 65793U)
229 const uint32_t mult = MULTIPLIER(a);
238 #undef MULTIPLIER
243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15
266 const uint32_t mult = MULTIPLIER(a);
276 #undef MULTIPLIER
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 292 milliseconds