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

  /external/jpeg/
jdct.h 136 #define CONST_SCALE (ONE << CONST_BITS)
138 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
143 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
  /external/pdfium/core/src/fxcodec/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/qemu/distrib/jpeg-6b/
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/chromium_org/third_party/libjpeg_turbo/
jdct.h 188 #define CONST_SCALE (ONE << CONST_BITS)
190 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
195 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))

Completed in 182 milliseconds