CONST_BITS 122 third_party/libjpeg/jcdctmgr.c CONST_BITS-3); CONST_BITS 132 third_party/libjpeg/jdct.h #define CONST_SCALE (ONE << CONST_BITS) CONST_BITS 202 third_party/libjpeg/jddctmgr.c CONST_BITS-IFAST_SCALE_BITS); CONST_BITS 78 third_party/libjpeg/jfdctfst.c #if CONST_BITS == 8 CONST_BITS 106 third_party/libjpeg/jfdctfst.c #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) CONST_BITS 92 third_party/libjpeg/jfdctint.c #if CONST_BITS == 13 CONST_BITS 178 third_party/libjpeg/jfdctint.c CONST_BITS-PASS1_BITS); CONST_BITS 180 third_party/libjpeg/jfdctint.c CONST_BITS-PASS1_BITS); CONST_BITS 205 third_party/libjpeg/jfdctint.c dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); CONST_BITS 206 third_party/libjpeg/jfdctint.c dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); CONST_BITS 207 third_party/libjpeg/jfdctint.c dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); CONST_BITS 208 third_party/libjpeg/jfdctint.c dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); CONST_BITS 243 third_party/libjpeg/jfdctint.c CONST_BITS+PASS1_BITS); CONST_BITS 245 third_party/libjpeg/jfdctint.c CONST_BITS+PASS1_BITS); CONST_BITS 271 third_party/libjpeg/jfdctint.c CONST_BITS+PASS1_BITS); CONST_BITS 273 third_party/libjpeg/jfdctint.c CONST_BITS+PASS1_BITS); CONST_BITS 275 third_party/libjpeg/jfdctint.c CONST_BITS+PASS1_BITS); CONST_BITS 277 third_party/libjpeg/jfdctint.c CONST_BITS+PASS1_BITS); CONST_BITS 91 third_party/libjpeg/jidctfst.c #if CONST_BITS == 8 CONST_BITS 119 third_party/libjpeg/jidctfst.c #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) CONST_BITS 92 third_party/libjpeg/jidctint.c #if CONST_BITS == 13 CONST_BITS 216 third_party/libjpeg/jidctint.c tmp0 = (z2 + z3) << CONST_BITS; CONST_BITS 217 third_party/libjpeg/jidctint.c tmp1 = (z2 - z3) << CONST_BITS; CONST_BITS 258 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); CONST_BITS 259 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); CONST_BITS 260 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); CONST_BITS 261 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); CONST_BITS 262 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); CONST_BITS 263 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*5] = (int) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS); CONST_BITS 264 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS); CONST_BITS 265 third_party/libjpeg/jidctint.c wsptr[DCTSIZE*4] = (int) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS); CONST_BITS 318 third_party/libjpeg/jidctint.c tmp0 = ((INT32) wsptr[0] + (INT32) wsptr[4]) << CONST_BITS; CONST_BITS 319 third_party/libjpeg/jidctint.c tmp1 = ((INT32) wsptr[0] - (INT32) wsptr[4]) << CONST_BITS; CONST_BITS 361 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 364 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 367 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 370 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 373 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 376 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 379 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 382 third_party/libjpeg/jidctint.c CONST_BITS+PASS1_BITS+3) CONST_BITS 57 third_party/libjpeg/jidctred.c #if CONST_BITS == 13 CONST_BITS 159 third_party/libjpeg/jidctred.c tmp0 <<= (CONST_BITS+1); CONST_BITS 188 third_party/libjpeg/jidctred.c wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); CONST_BITS 189 third_party/libjpeg/jidctred.c wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); CONST_BITS 190 third_party/libjpeg/jidctred.c wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); CONST_BITS 191 third_party/libjpeg/jidctred.c wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); CONST_BITS 220 third_party/libjpeg/jidctred.c tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1); CONST_BITS 248 third_party/libjpeg/jidctred.c CONST_BITS+PASS1_BITS+3+1) CONST_BITS 251 third_party/libjpeg/jidctred.c CONST_BITS+PASS1_BITS+3+1) CONST_BITS 254 third_party/libjpeg/jidctred.c CONST_BITS+PASS1_BITS+3+1) CONST_BITS 257 third_party/libjpeg/jidctred.c CONST_BITS+PASS1_BITS+3+1) CONST_BITS 308 third_party/libjpeg/jidctred.c tmp10 = z1 << (CONST_BITS+2); CONST_BITS 323 third_party/libjpeg/jidctred.c wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2); CONST_BITS 324 third_party/libjpeg/jidctred.c wsptr[DCTSIZE*1] = (int) DESCALE(tmp10 - tmp0, CONST_BITS-PASS1_BITS+2); CONST_BITS 350 third_party/libjpeg/jidctred.c tmp10 = ((INT32) wsptr[0]) << (CONST_BITS+2); CONST_BITS 362 third_party/libjpeg/jidctred.c CONST_BITS+PASS1_BITS+3+2) CONST_BITS 365 third_party/libjpeg/jidctred.c CONST_BITS+PASS1_BITS+3+2)