Home
last modified time | relevance | path

Searched refs:CONST_BITS (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jidctint.c79 #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 …]
Dfpdfapi_jidctred.c44 #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 …]
Dfpdfapi_jfdctint.c79 #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 …]
Dfpdfapi_jfdctfst.c69 #define CONST_BITS 8 macro
79 #if CONST_BITS == 8
107 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
Dfpdfapi_jidctfst.c78 #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))
Dfpdfapi_jddctmgr.c185 #define CONST_BITS 14 in start_pass() macro
203 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
Dfpdfapi_jcdctmgr.c99 #define CONST_BITS 14 in start_pass_fdctmgr() macro
123 CONST_BITS-3); in start_pass_fdctmgr()
Djdct.h132 #define CONST_SCALE (ONE << CONST_BITS)
/external/qemu/distrib/jpeg-6b/
Djidctint.c78 #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 …]
Djidctred.c43 #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 …]
Djfdctint.c78 #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 …]
Djfdctfst.c68 #define CONST_BITS 8 macro
78 #if CONST_BITS == 8
106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
Djidctfst.c77 #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))
Djddctmgr.c257 #define CONST_BITS 14 in start_pass() macro
275 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
Djcdctmgr.c98 #define CONST_BITS 14 in start_pass_fdctmgr() macro
122 CONST_BITS-3); in start_pass_fdctmgr()
Djdct.h132 #define CONST_SCALE (ONE << CONST_BITS)
/external/jpeg/
Djidctint.c78 #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 …]
Djidctred.c43 #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 …]
Djfdctint.c78 #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 …]
Dmips_jidctfst.c79 #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))
Djfdctfst.c68 #define CONST_BITS 8 macro
78 #if CONST_BITS == 8
106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
Djidctfst.c77 #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))
Djddctmgr.c297 #define CONST_BITS 14 in start_pass() macro
315 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
Djcdctmgr.c98 #define CONST_BITS 14 in start_pass_fdctmgr() macro
122 CONST_BITS-3); in start_pass_fdctmgr()
Djdct.h136 #define CONST_SCALE (ONE << CONST_BITS)

12