/external/libjpeg-turbo/ |
D | jidctint.c | 102 #define CONST_BITS 13 macro 105 #define CONST_BITS 13 116 #if CONST_BITS == 13 241 tmp0 = LEFT_SHIFT(z2 + z3, CONST_BITS); 242 tmp1 = LEFT_SHIFT(z2 - z3, CONST_BITS); 283 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); 284 wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); 285 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); 286 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); 287 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); [all …]
|
D | jidctred.c | 45 #define CONST_BITS 13 macro 48 #define CONST_BITS 13 59 #if CONST_BITS == 13 162 tmp0 = LEFT_SHIFT(tmp0, CONST_BITS+1); 191 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1); 192 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1); 193 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 194 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 223 tmp0 = LEFT_SHIFT((INT32) wsptr[0], CONST_BITS+1); 251 CONST_BITS+PASS1_BITS+3+1) [all …]
|
D | jfdctint.c | 80 #define CONST_BITS 13 macro 83 #define CONST_BITS 13 94 #if CONST_BITS == 13 180 CONST_BITS-PASS1_BITS); 182 CONST_BITS-PASS1_BITS); 207 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 208 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS); 209 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); 210 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); 245 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 | 266 #define CONST_BITS 14 in start_pass() macro 284 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
|
D | jcdctmgr.c | 281 #define CONST_BITS 14 in start_pass_fdctmgr() macro 306 CONST_BITS-3), &dtbl[i]) in start_pass_fdctmgr() 313 CONST_BITS-3); in start_pass_fdctmgr()
|
D | jdct.h | 163 #define CONST_SCALE (ONE << CONST_BITS)
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_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 | fpdfapi_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 | fpdfapi_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 | fpdfapi_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 | fpdfapi_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 | fpdfapi_jddctmgr.c | 184 #define CONST_BITS 14 in start_pass() macro 202 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
|
D | fpdfapi_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/libgdx/gdx/jni/gdx2d/ |
D | jpgd.cpp | 55 #define CONST_BITS 13 macro 96 const int tmp0 = (ACCESS_COL(0) + ACCESS_COL(4)) << CONST_BITS; in idct() 97 const int tmp1 = (ACCESS_COL(0) - ACCESS_COL(4)) << CONST_BITS; in idct() 116 pTemp[0] = DESCALE(tmp10 + btmp3, CONST_BITS-PASS1_BITS); in idct() 117 pTemp[7] = DESCALE(tmp10 - btmp3, CONST_BITS-PASS1_BITS); in idct() 118 pTemp[1] = DESCALE(tmp11 + btmp2, CONST_BITS-PASS1_BITS); in idct() 119 pTemp[6] = DESCALE(tmp11 - btmp2, CONST_BITS-PASS1_BITS); in idct() 120 pTemp[2] = DESCALE(tmp12 + btmp1, CONST_BITS-PASS1_BITS); in idct() 121 pTemp[5] = DESCALE(tmp12 - btmp1, CONST_BITS-PASS1_BITS); in idct() 122 pTemp[3] = DESCALE(tmp13 + btmp0, CONST_BITS-PASS1_BITS); in idct() [all …]
|
/external/libjpeg-turbo/simd/ |
D | jsimd_arm_neon.S | 919 #define CONST_BITS 13 macro 948 .short 1 << (CONST_BITS+1) /* d2[2] */
|
D | jsimd_arm64_neon.S | 1080 #define CONST_BITS 13 macro 1109 .short 1 << (CONST_BITS+1) /* v2.h[2] */
|