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

  /external/pdfium/third_party/libjpeg/
jdct.h 132 #define CONST_SCALE (ONE << CONST_BITS)
134 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
  /external/libjpeg-turbo/
jdct.h 164 #define CONST_SCALE (ONE << CONST_BITS)
166 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
171 #define FIX(x) ((JLONG) ((x) * CONST_SCALE + 0.5))

Completed in 131 milliseconds