Searched defs:CONST_BITS (Results 1 - 25 of 25) sorted by relevance

/external/libjpeg-turbo/
H A Djddctmgr.c266 #define CONST_BITS 14 macro
284 CONST_BITS-IFAST_SCALE_BITS);
H A Djfdctfst.c68 #define CONST_BITS 8 macro
74 * If you change CONST_BITS you may want to add appropriate values.
78 #if CONST_BITS == 8
106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
H A Djfdctint.c61 * CONST_BITS bits of precision in the constants). After doing a
64 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
75 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
80 #define CONST_BITS 13 macro
83 #define CONST_BITS 13
90 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
H A Djidctfst.c77 #define CONST_BITS 8 macro
80 #define CONST_BITS 8
87 * If you change CONST_BITS you may want to add appropriate values.
91 #if CONST_BITS == 8
119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
H A Djidctred.c45 #define CONST_BITS 13 macro
48 #define CONST_BITS 13
55 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
H A Djcdctmgr.c281 #define CONST_BITS 14 macro
306 CONST_BITS-3), &dtbl[i])
313 CONST_BITS-3);
H A Djidctint.c83 * CONST_BITS bits of precision in the constants). After doing a
86 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
97 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
102 #define CONST_BITS 13 macro
105 #define CONST_BITS 13
112 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
/external/opencv3/3rdparty/libjpeg/
H A Djddctmgr.c298 #define CONST_BITS 14 macro
316 CONST_BITS-IFAST_SCALE_BITS);
H A Djcdctmgr.c384 #define CONST_BITS 14 macro
408 CONST_BITS-3);
H A Djfdctfst.c69 #define CONST_BITS 8 macro
75 * If you change CONST_BITS you may want to add appropriate values.
79 #if CONST_BITS == 8
107 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
H A Djidctfst.c77 #define CONST_BITS 8 macro
80 #define CONST_BITS 8
87 * If you change CONST_BITS you may want to add appropriate values.
91 #if CONST_BITS == 8
119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
H A Djfdctint.c77 * CONST_BITS bits of precision in the constants). After doing a
80 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
91 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
96 #define CONST_BITS 13 macro
99 #define CONST_BITS 13
106 * If you change CONST_BITS you may want to add appropriate values.
110 #if CONST_BITS == 13
201 z1 += ONE << (CONST_BITS-PASS1_BITS-1);
203 CONST_BITS-PASS1_BITS);
205 CONST_BITS
1138 tmp2 <<= CONST_BITS; local
1857 tmp3 <<= CONST_BITS; local
2627 tmp3 <<= CONST_BITS; local
2918 tmp2 <<= CONST_BITS; local
[all...]
H A Djidctint.c82 * CONST_BITS bits of precision in the constants). After doing a
85 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
96 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
101 #define CONST_BITS 13 macro
104 #define CONST_BITS 13
111 * If you change CONST_BITS you may want to add appropriate values.
115 #if CONST_BITS == 13
238 z2 <<= CONST_BITS; local
239 z3 <<= CONST_BITS; local
241 z2 += ONE << (CONST_BITS
452 tmp13 <<= CONST_BITS; local
507 tmp13 <<= CONST_BITS; local
601 tmp0 <<= CONST_BITS; local
643 tmp0 <<= CONST_BITS; local
722 tmp12 <<= CONST_BITS; local
762 tmp12 <<= CONST_BITS; local
941 tmp0 <<= CONST_BITS; local
971 tmp0 <<= CONST_BITS; local
1113 tmp0 <<= CONST_BITS; local
1177 tmp0 <<= CONST_BITS; local
1285 z3 <<= CONST_BITS; local
1360 z3 <<= CONST_BITS; local
1386 z3 <<= CONST_BITS; local
1480 tmp10 <<= CONST_BITS; local
1553 tmp10 <<= CONST_BITS; local
1674 z3 <<= CONST_BITS; local
1686 z1 <<= CONST_BITS; local
1688 z2 <<= CONST_BITS; local
1757 z3 <<= CONST_BITS; local
1767 z1 <<= CONST_BITS; local
1769 z2 <<= CONST_BITS; local
1890 z1 <<= CONST_BITS; local
1978 z1 <<= CONST_BITS; local
2118 z1 <<= CONST_BITS; local
2205 z1 <<= CONST_BITS; local
2240 z4 <<= CONST_BITS; local
2344 z1 <<= CONST_BITS; local
2437 z1 <<= CONST_BITS; local
2586 tmp0 <<= CONST_BITS; local
2688 tmp0 <<= CONST_BITS; local
2889 z2 <<= CONST_BITS; local
2890 z3 <<= CONST_BITS; local
2959 tmp0 <<= CONST_BITS; local
3119 tmp23 <<= CONST_BITS; local
3175 z1 <<= CONST_BITS; local
3210 z4 <<= CONST_BITS; local
3314 tmp10 <<= CONST_BITS; local
3357 z3 <<= CONST_BITS; local
3367 z1 <<= CONST_BITS; local
3369 z2 <<= CONST_BITS; local
3490 tmp12 <<= CONST_BITS; local
3531 z3 <<= CONST_BITS; local
3557 z3 <<= CONST_BITS; local
3803 tmp0 <<= CONST_BITS; local
3834 tmp0 <<= CONST_BITS; local
4046 tmp0 <<= CONST_BITS; local
4264 z1 <<= CONST_BITS; local
4352 tmp23 <<= CONST_BITS; local
4447 z3 <<= CONST_BITS; local
4459 z1 <<= CONST_BITS; local
4461 z2 <<= CONST_BITS; local
4531 tmp10 <<= CONST_BITS; local
4611 z3 <<= CONST_BITS; local
4687 tmp12 <<= CONST_BITS; local
4804 z2 <<= CONST_BITS; local
4805 z3 <<= CONST_BITS; local
4942 tmp0 <<= CONST_BITS; local
4985 tmp0 <<= CONST_BITS; local
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jddctmgr.c184 #define CONST_BITS 14 macro
202 CONST_BITS-IFAST_SCALE_BITS);
H A Dfpdfapi_jfdctfst.c68 #define CONST_BITS 8 macro
74 * If you change CONST_BITS you may want to add appropriate values.
78 #if CONST_BITS == 8
106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
H A Dfpdfapi_jfdctint.c59 * CONST_BITS bits of precision in the constants). After doing a
62 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
73 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
78 #define CONST_BITS 13 macro
81 #define CONST_BITS 13
88 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
H A Dfpdfapi_jcdctmgr.c98 #define CONST_BITS 14 macro
122 CONST_BITS-3);
H A Dfpdfapi_jidctfst.c77 #define CONST_BITS 8 macro
80 #define CONST_BITS 8
87 * If you change CONST_BITS you may want to add appropriate values.
91 #if CONST_BITS == 8
119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
H A Dfpdfapi_jidctint.c59 * CONST_BITS bits of precision in the constants). After doing a
62 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
73 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
78 #define CONST_BITS 13 macro
81 #define CONST_BITS 13
88 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
H A Dfpdfapi_jidctred.c43 #define CONST_BITS 13 macro
46 #define CONST_BITS 13
53 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
/external/libjpeg-turbo/simd/
H A Djsimd_arm64_neon.S1080 #define CONST_BITS 13 define
1109 .short 1 << (CONST_BITS+1) /* v2.h[2] */
H A Djsimd_arm_neon.S919 #define CONST_BITS 13 define
948 .short 1 << (CONST_BITS+1) /* d2[2] */
/external/libgdx/gdx/jni/gdx2d/
H A Djpgd.cpp51 #define CONST_BITS 13 macro
92 const int tmp0 = (ACCESS_COL(0) + ACCESS_COL(4)) << CONST_BITS;
93 const int tmp1 = (ACCESS_COL(0) - ACCESS_COL(4)) << CONST_BITS;
112 pTemp[0] = DESCALE(tmp10 + btmp3, CONST_BITS-PASS1_BITS);
113 pTemp[7] = DESCALE(tmp10 - btmp3, CONST_BITS-PASS1_BITS);
114 pTemp[1] = DESCALE(tmp11 + btmp2, CONST_BITS-PASS1_BITS);
115 pTemp[6] = DESCALE(tmp11 - btmp2, CONST_BITS-PASS1_BITS);
116 pTemp[2] = DESCALE(tmp12 + btmp1, CONST_BITS-PASS1_BITS);
117 pTemp[5] = DESCALE(tmp12 - btmp1, CONST_BITS-PASS1_BITS);
118 pTemp[3] = DESCALE(tmp13 + btmp0, CONST_BITS
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 720 milliseconds