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

  /external/jpeg/
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 */
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
367 #define MULTIPLIER int /* type for fastest integer multiply */

Completed in 203 milliseconds