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

  /external/opencv3/3rdparty/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/opencv3/3rdparty/libjpeg/
jmorecfg.h 365 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
366 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
369 #ifndef MULTIPLIER
370 #define MULTIPLIER int /* type for fastest integer multiply */
  /external/pdfium/third_party/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/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
alpha_processing_sse2.c 149 #define MULTIPLIER(a) ((a) * 0x8081)
201 const uint32_t mult = MULTIPLIER(a);
210 #undef MULTIPLIER
  /external/libjpeg-turbo/
jmorecfg.h 376 * two 16-bit shorts is faster than multiplying two ints. Define MULTIPLIER
377 * as short on such a machine. MULTIPLIER must be at least 16 bits wide.
380 #ifndef MULTIPLIER
382 #define MULTIPLIER int /* type for fastest integer multiply */
384 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 

Completed in 271 milliseconds