HomeSort by relevance Sort by last modified time
    Searched defs:CONST_BITS (Results 1 - 25 of 32) sorted by null

1 2

  /external/libjpeg-turbo/
jddctmgr.c 266 #define CONST_BITS 14
284 CONST_BITS-IFAST_SCALE_BITS);
jfdctfst.c 68 #define CONST_BITS 8
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))
jfdctint.c 61 * 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
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-PASS1_BITS)
    [all...]
jidctfst.c 77 #define CONST_BITS 8
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))
jidctred.c 45 #define CONST_BITS 13
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+1)
    [all...]
jcdctmgr.c 281 #define CONST_BITS 14
306 CONST_BITS-3), &dtbl[i])
313 CONST_BITS-3);
jidctint.c 83 * 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
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-PASS1_BITS)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jddctmgr.c 298 #define CONST_BITS 14
316 CONST_BITS-IFAST_SCALE_BITS);
jcdctmgr.c 384 #define CONST_BITS 14
408 CONST_BITS-3);
jfdctfst.c 69 #define CONST_BITS 8
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))
jidctfst.c 77 #define CONST_BITS 8
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))
jfdctint.c 77 * 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
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-PASS1_BITS)
    [all...]
jidctint.c 82 * 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
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;
239 z3 <<= CONST_BITS;
241 z2 += ONE << (CONST_BITS-PASS1_BITS-1)
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jddctmgr.c 184 #define CONST_BITS 14
202 CONST_BITS-IFAST_SCALE_BITS);
fpdfapi_jcdctmgr.c 98 #define CONST_BITS 14
122 CONST_BITS-3);
fpdfapi_jfdctfst.c 68 #define CONST_BITS 8
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))
fpdfapi_jfdctint.c 59 * 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
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-PASS1_BITS)
    [all...]
fpdfapi_jidctfst.c 77 #define CONST_BITS 8
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))
fpdfapi_jidctint.c 59 * 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
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-PASS1_BITS)
    [all...]
fpdfapi_jidctred.c 43 #define CONST_BITS 13
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+1)
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_arm64_neon.S     [all...]
jsimd_arm_neon.S     [all...]
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp 51 #define CONST_BITS 13
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-PASS1_BITS)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 252 milliseconds

1 2