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

  /external/libjpeg-turbo/
jdct.h 68 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
71 typedef JLONG IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
  /external/pdfium/third_party/libjpeg/
jdct.h 58 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
61 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */

Completed in 147 milliseconds