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

1 2 3

  /external/chromium_org/third_party/libjpeg_turbo/
jidctint.c 81 * 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
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-PASS1_BITS)
    [all...]
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...]
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...]
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))
jddctmgr.c 253 #define CONST_BITS 14
271 CONST_BITS-IFAST_SCALE_BITS);
  /external/jpeg/
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...]
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...]
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...]
mips_jidctfst.c 79 #define CONST_BITS 8
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))
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))
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jidctint.c 60 * 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
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-PASS1_BITS);
    [all...]
fpdfapi_jfdctint.c 60 * 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
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-PASS1_BITS);
    [all...]
fpdfapi_jidctred.c 44 #define CONST_BITS 13
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+1);
    [all...]
fpdfapi_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))
  /external/qemu/distrib/jpeg-6b/
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...]
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...]
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...]
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))
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jimmxred.asm 29 %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) ; FIX(0.720959822
    [all...]
jiss2red-64.asm 30 %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) ; FIX(0.720959822
    [all...]
jiss2red.asm 29 %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) ; FIX(0.720959822
    [all...]
jimmxint.asm 29 %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) ; FIX(1.175875602
    [all...]
jiss2int-64.asm 30 %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) ; FIX(1.175875602
    [all...]
jiss2int.asm 29 %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) ; FIX(1.175875602
    [all...]
jfmmxint.asm 29 %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) ; FIX(1.175875602
    [all...]

Completed in 160 milliseconds

1 2 3