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

  /external/chromium_org/third_party/libwebp/dsp/
upsampling.c 246 #define MULTIPLIER(a) ((a) * 32897UL)
249 #define MULTIPLIER(a) ((a) * 65793UL)
262 const uint32_t mult = MULTIPLIER(a);
271 #undef MULTIPLIER
276 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15
296 const uint32_t mult = MULTIPLIER(a);
306 #undef MULTIPLIER
  /external/webp/src/dsp/
upsampling.c 246 #define MULTIPLIER(a) ((a) * 32897UL)
249 #define MULTIPLIER(a) ((a) * 65793UL)
262 const uint32_t mult = MULTIPLIER(a);
271 #undef MULTIPLIER
276 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15
296 const uint32_t mult = MULTIPLIER(a);
306 #undef MULTIPLIER
  /external/jpeg/
jmorecfg.h 362 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
363 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
366 #ifndef MULTIPLIER
368 #define MULTIPLIER short
370 #define MULTIPLIER short
372 #define MULTIPLIER short
374 #define MULTIPLIER int /* type for fastest integer multiply */
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 364 * 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
372 #define MULTIPLIER int /* type for fastest integer multiply */

Completed in 4528 milliseconds