/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jidctint.c | 79 #define CONST_BITS 13 macro 82 #define CONST_BITS 13 93 #if CONST_BITS == 13 217 tmp0 = (z2 + z3) << CONST_BITS; 218 tmp1 = (z2 - z3) << CONST_BITS; 259 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); 260 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); 261 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); 262 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); 263 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); [all …]
|
D | fpdfapi_jidctred.c | 44 #define CONST_BITS 13 macro 47 #define CONST_BITS 13 58 #if CONST_BITS == 13 160 tmp0 <<= (CONST_BITS+1); 189 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 190 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 191 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 192 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 221 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1); 249 CONST_BITS+PASS1_BITS+3+1) [all …]
|
D | fpdfapi_jfdctint.c | 79 #define CONST_BITS 13 macro 82 #define CONST_BITS 13 93 #if CONST_BITS == 13 179 CONST_BITS-PASS1_BITS); 181 CONST_BITS-PASS1_BITS); 206 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 207 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); 208 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); 209 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); 244 CONST_BITS+PASS1_BITS); [all …]
|
D | fpdfapi_jfdctfst.c | 69 #define CONST_BITS 8 macro 79 #if CONST_BITS == 8 107 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
|
D | fpdfapi_jidctfst.c | 78 #define CONST_BITS 8 macro 81 #define CONST_BITS 8 92 #if CONST_BITS == 8 120 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
|
D | fpdfapi_jddctmgr.c | 185 #define CONST_BITS 14 in start_pass() macro 203 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
|
D | fpdfapi_jcdctmgr.c | 99 #define CONST_BITS 14 in start_pass_fdctmgr() macro 123 CONST_BITS-3); in start_pass_fdctmgr()
|
D | jdct.h | 132 #define CONST_SCALE (ONE << CONST_BITS)
|
/external/qemu/distrib/jpeg-6b/ |
D | jidctint.c | 78 #define CONST_BITS 13 macro 81 #define CONST_BITS 13 92 #if CONST_BITS == 13 216 tmp0 = (z2 + z3) << CONST_BITS; 217 tmp1 = (z2 - z3) << CONST_BITS; 258 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); 259 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); 260 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); 261 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); 262 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); [all …]
|
D | jidctred.c | 43 #define CONST_BITS 13 macro 46 #define CONST_BITS 13 57 #if CONST_BITS == 13 159 tmp0 <<= (CONST_BITS+1); 188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1); 248 CONST_BITS+PASS1_BITS+3+1) [all …]
|
D | jfdctint.c | 78 #define CONST_BITS 13 macro 81 #define CONST_BITS 13 92 #if CONST_BITS == 13 178 CONST_BITS-PASS1_BITS); 180 CONST_BITS-PASS1_BITS); 205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); 207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); 208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); 243 CONST_BITS+PASS1_BITS); [all …]
|
D | jfdctfst.c | 68 #define CONST_BITS 8 macro 78 #if CONST_BITS == 8 106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
|
D | jidctfst.c | 77 #define CONST_BITS 8 macro 80 #define CONST_BITS 8 91 #if CONST_BITS == 8 119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
|
D | jddctmgr.c | 257 #define CONST_BITS 14 in start_pass() macro 275 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
|
D | jcdctmgr.c | 98 #define CONST_BITS 14 in start_pass_fdctmgr() macro 122 CONST_BITS-3); in start_pass_fdctmgr()
|
D | jdct.h | 132 #define CONST_SCALE (ONE << CONST_BITS)
|
/external/jpeg/ |
D | jidctint.c | 78 #define CONST_BITS 13 macro 81 #define CONST_BITS 13 92 #if CONST_BITS == 13 216 tmp0 = (z2 + z3) << CONST_BITS; 217 tmp1 = (z2 - z3) << CONST_BITS; 258 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); 259 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); 260 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); 261 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); 262 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); [all …]
|
D | jidctred.c | 43 #define CONST_BITS 13 macro 46 #define CONST_BITS 13 57 #if CONST_BITS == 13 159 tmp0 <<= (CONST_BITS+1); 188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1); 248 CONST_BITS+PASS1_BITS+3+1) [all …]
|
D | jfdctint.c | 78 #define CONST_BITS 13 macro 81 #define CONST_BITS 13 92 #if CONST_BITS == 13 178 CONST_BITS-PASS1_BITS); 180 CONST_BITS-PASS1_BITS); 205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); 207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); 208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); 243 CONST_BITS+PASS1_BITS); [all …]
|
D | mips_jidctfst.c | 79 #define CONST_BITS 8 macro 82 #define CONST_BITS 8 93 #if CONST_BITS == 8 121 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
|
D | jfdctfst.c | 68 #define CONST_BITS 8 macro 78 #if CONST_BITS == 8 106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
|
D | jidctfst.c | 77 #define CONST_BITS 8 macro 80 #define CONST_BITS 8 91 #if CONST_BITS == 8 119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
|
D | jddctmgr.c | 297 #define CONST_BITS 14 in start_pass() macro 315 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
|
D | jcdctmgr.c | 98 #define CONST_BITS 14 in start_pass_fdctmgr() macro 122 CONST_BITS-3); in start_pass_fdctmgr()
|
D | jdct.h | 136 #define CONST_SCALE (ONE << CONST_BITS)
|