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

123

/external/chromium_org/third_party/libjpeg_turbo/
H A Djidctint.c81 * CONST_BITS bits of precision in the constants). After doing a
84 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
95 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
100 #define CONST_BITS 13 macro
103 #define CONST_BITS 13
110 * If you change CONST_BITS you may want to add appropriate values.
114 #if CONST_BITS == 13
238 tmp0 = (z2 + z3) << CONST_BITS;
239 tmp1 = (z2 - z3) << CONST_BITS;
280 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS
447 tmp13 <<= CONST_BITS; local
502 tmp13 <<= CONST_BITS; local
596 tmp0 <<= CONST_BITS; local
638 tmp0 <<= CONST_BITS; local
717 tmp12 <<= CONST_BITS; local
757 tmp12 <<= CONST_BITS; local
831 tmp0 <<= CONST_BITS; local
861 tmp0 <<= CONST_BITS; local
922 tmp0 <<= CONST_BITS; local
986 tmp0 <<= CONST_BITS; local
1094 z3 <<= CONST_BITS; local
1169 z3 <<= CONST_BITS; local
1195 z3 <<= CONST_BITS; local
1289 tmp10 <<= CONST_BITS; local
1362 tmp10 <<= CONST_BITS; local
1483 z3 <<= CONST_BITS; local
1495 z1 <<= CONST_BITS; local
1497 z2 <<= CONST_BITS; local
1566 z3 <<= CONST_BITS; local
1576 z1 <<= CONST_BITS; local
1578 z2 <<= CONST_BITS; local
1699 z1 <<= CONST_BITS; local
1787 z1 <<= CONST_BITS; local
1927 z1 <<= CONST_BITS; local
2014 z1 <<= CONST_BITS; local
2049 z4 <<= CONST_BITS; local
2153 z1 <<= CONST_BITS; local
2246 z1 <<= CONST_BITS; local
2395 tmp0 <<= CONST_BITS; local
2497 tmp0 <<= CONST_BITS; local
[all...]
H A Djfdctint.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 Djidctred.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...]
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 Djddctmgr.c253 #define CONST_BITS 14 macro
271 CONST_BITS-IFAST_SCALE_BITS);
/external/jpeg/
H A Djidctint.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 Djfdctint.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 Djidctred.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...]
H A Dmips_jidctfst.c79 #define CONST_BITS 8 macro
82 #define CONST_BITS 8
89 * If you change CONST_BITS you may want to add appropriate values.
93 #if CONST_BITS == 8
121 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_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))
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jidctint.c60 * CONST_BITS bits of precision in the constants). After doing a
63 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
74 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
79 #define CONST_BITS 13 macro
82 #define CONST_BITS 13
89 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
H A Dfpdfapi_jfdctint.c60 * CONST_BITS bits of precision in the constants). After doing a
63 * cheaply as a right shift of CONST_BITS bits. We postpone shifting
74 * have BITS_IN_JSAMPLE + CONST_BITS + PASS1_BITS <= 26. Error analysis
79 #define CONST_BITS 13 macro
82 #define CONST_BITS 13
89 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
H A Dfpdfapi_jidctred.c44 #define CONST_BITS 13 macro
47 #define CONST_BITS 13
54 * If you change CONST_BITS you may want to add appropriate values.
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
[all...]
H A Dfpdfapi_jfdctfst.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))
/external/qemu/distrib/jpeg-6b/
H A Djidctint.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 Djfdctint.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 Djidctred.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...]
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))
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djimmxred.asm29 %define CONST_BITS 13
32 %define DESCALE_P1_4 (CONST_BITS-PASS1_BITS+1)
33 %define DESCALE_P2_4 (CONST_BITS+PASS1_BITS+3+1)
34 %define DESCALE_P1_2 (CONST_BITS-PASS1_BITS+2)
35 %define DESCALE_P2_2 (CONST_BITS+PASS1_BITS+3+2)
37 %if CONST_BITS == 13
55 F_0_211 equ DESCALE( 226735879,30-CONST_BITS) ; FIX(0.211164243)
56 F_0_509 equ DESCALE( 547388834,30-CONST_BITS) ; FIX(0.509795579)
57 F_0_601 equ DESCALE( 645689155,30-CONST_BITS) ; FIX(0.601344887)
58 F_0_720 equ DESCALE( 774124714,30-CONST_BITS) ; FI
[all...]
H A Djiss2red-64.asm30 %define CONST_BITS 13
33 %define DESCALE_P1_4 (CONST_BITS-PASS1_BITS+1)
34 %define DESCALE_P2_4 (CONST_BITS+PASS1_BITS+3+1)
35 %define DESCALE_P1_2 (CONST_BITS-PASS1_BITS+2)
36 %define DESCALE_P2_2 (CONST_BITS+PASS1_BITS+3+2)
38 %if CONST_BITS == 13
56 F_0_211 equ DESCALE( 226735879,30-CONST_BITS) ; FIX(0.211164243)
57 F_0_509 equ DESCALE( 547388834,30-CONST_BITS) ; FIX(0.509795579)
58 F_0_601 equ DESCALE( 645689155,30-CONST_BITS) ; FIX(0.601344887)
59 F_0_720 equ DESCALE( 774124714,30-CONST_BITS) ; FI
[all...]
H A Djiss2red.asm29 %define CONST_BITS 13
32 %define DESCALE_P1_4 (CONST_BITS-PASS1_BITS+1)
33 %define DESCALE_P2_4 (CONST_BITS+PASS1_BITS+3+1)
34 %define DESCALE_P1_2 (CONST_BITS-PASS1_BITS+2)
35 %define DESCALE_P2_2 (CONST_BITS+PASS1_BITS+3+2)
37 %if CONST_BITS == 13
55 F_0_211 equ DESCALE( 226735879,30-CONST_BITS) ; FIX(0.211164243)
56 F_0_509 equ DESCALE( 547388834,30-CONST_BITS) ; FIX(0.509795579)
57 F_0_601 equ DESCALE( 645689155,30-CONST_BITS) ; FIX(0.601344887)
58 F_0_720 equ DESCALE( 774124714,30-CONST_BITS) ; FI
[all...]
H A Djimmxint.asm29 %define CONST_BITS 13
32 %define DESCALE_P1 (CONST_BITS-PASS1_BITS)
33 %define DESCALE_P2 (CONST_BITS+PASS1_BITS+3)
35 %if CONST_BITS == 13
51 F_0_298 equ DESCALE( 320652955,30-CONST_BITS) ; FIX(0.298631336)
52 F_0_390 equ DESCALE( 418953276,30-CONST_BITS) ; FIX(0.390180644)
53 F_0_541 equ DESCALE( 581104887,30-CONST_BITS) ; FIX(0.541196100)
54 F_0_765 equ DESCALE( 821806413,30-CONST_BITS) ; FIX(0.765366865)
55 F_0_899 equ DESCALE( 966342111,30-CONST_BITS) ; FIX(0.899976223)
56 F_1_175 equ DESCALE(1262586813,30-CONST_BITS) ; FI
[all...]
H A Djiss2int-64.asm30 %define CONST_BITS 13
33 %define DESCALE_P1 (CONST_BITS-PASS1_BITS)
34 %define DESCALE_P2 (CONST_BITS+PASS1_BITS+3)
36 %if CONST_BITS == 13
52 F_0_298 equ DESCALE( 320652955,30-CONST_BITS) ; FIX(0.298631336)
53 F_0_390 equ DESCALE( 418953276,30-CONST_BITS) ; FIX(0.390180644)
54 F_0_541 equ DESCALE( 581104887,30-CONST_BITS) ; FIX(0.541196100)
55 F_0_765 equ DESCALE( 821806413,30-CONST_BITS) ; FIX(0.765366865)
56 F_0_899 equ DESCALE( 966342111,30-CONST_BITS) ; FIX(0.899976223)
57 F_1_175 equ DESCALE(1262586813,30-CONST_BITS) ; FI
[all...]
H A Djiss2int.asm29 %define CONST_BITS 13
32 %define DESCALE_P1 (CONST_BITS-PASS1_BITS)
33 %define DESCALE_P2 (CONST_BITS+PASS1_BITS+3)
35 %if CONST_BITS == 13
51 F_0_298 equ DESCALE( 320652955,30-CONST_BITS) ; FIX(0.298631336)
52 F_0_390 equ DESCALE( 418953276,30-CONST_BITS) ; FIX(0.390180644)
53 F_0_541 equ DESCALE( 581104887,30-CONST_BITS) ; FIX(0.541196100)
54 F_0_765 equ DESCALE( 821806413,30-CONST_BITS) ; FIX(0.765366865)
55 F_0_899 equ DESCALE( 966342111,30-CONST_BITS) ; FIX(0.899976223)
56 F_1_175 equ DESCALE(1262586813,30-CONST_BITS) ; FI
[all...]
H A Djfmmxint.asm29 %define CONST_BITS 13
32 %define DESCALE_P1 (CONST_BITS-PASS1_BITS)
33 %define DESCALE_P2 (CONST_BITS+PASS1_BITS)
35 %if CONST_BITS == 13
51 F_0_298 equ DESCALE( 320652955,30-CONST_BITS) ; FIX(0.298631336)
52 F_0_390 equ DESCALE( 418953276,30-CONST_BITS) ; FIX(0.390180644)
53 F_0_541 equ DESCALE( 581104887,30-CONST_BITS) ; FIX(0.541196100)
54 F_0_765 equ DESCALE( 821806413,30-CONST_BITS) ; FIX(0.765366865)
55 F_0_899 equ DESCALE( 966342111,30-CONST_BITS) ; FIX(0.899976223)
56 F_1_175 equ DESCALE(1262586813,30-CONST_BITS) ; FI
[all...]

Completed in 3087 milliseconds

123