Searched refs:CONST_SCALE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdct.h132 #define CONST_SCALE (ONE << CONST_BITS) macro
134 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
139 #define FIX(x) ((JPEG_INT32) ((x) * CONST_SCALE + 0.5))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djrevdct.c107 * by CONST_SCALE and convert them to integer constants (thus retaining
109 * multiplication we have to divide the product by CONST_SCALE, with proper
134 #define CONST_SCALE (ONE << CONST_BITS) macro
136 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
143 #define FIX(x) ((int32_t) ((x) * CONST_SCALE + 0.5))
275 tmp0 = (d0 + d4) * CONST_SCALE;
276 tmp1 = (d0 - d4) * CONST_SCALE;
287 tmp0 = (d0 + d4) * CONST_SCALE;
288 tmp1 = (d0 - d4) * CONST_SCALE;
301 tmp0 = (d0 + d4) * CONST_SCALE;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdct.h349 #define CONST_SCALE (ONE << CONST_BITS) macro
351 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
356 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Djrevdct.c107 * by CONST_SCALE and convert them to integer constants (thus retaining
109 * multiplication we have to divide the product by CONST_SCALE, with proper
134 #define CONST_SCALE (ONE << CONST_BITS) macro
136 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
143 #define FIX(x) ((int32_t) ((x) * CONST_SCALE + 0.5))

Completed in 188 milliseconds