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

12 3

  /external/chromium_org/third_party/libjpeg_turbo/simd/
jfss2int-64.asm 30 %define CONST_BITS 13
33 %define DESCALE_P1 (CONST_BITS-PASS1_BITS)
34 %define DESCALE_P2 (CONST_BITS+PASS1_BITS)
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...]
jfss2int.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...]
jimmxfst.asm 29 %define CONST_BITS 8 ; 14 is also OK.
36 %if CONST_BITS == 8
45 F_1_082 equ DESCALE(1162209775,30-CONST_BITS) ; FIX(1.082392200)
46 F_1_414 equ DESCALE(1518500249,30-CONST_BITS) ; FIX(1.414213562)
47 F_1_847 equ DESCALE(1984016188,30-CONST_BITS) ; FIX(1.847759065)
48 F_2_613 equ DESCALE(2805822602,30-CONST_BITS) ; FIX(2.613125930)
49 F_1_613 equ (F_2_613 - (1 << CONST_BITS)) ; FIX(2.613125930) - FIX(1)
56 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
59 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
jiss2fst-64.asm 30 %define CONST_BITS 8 ; 14 is also OK.
37 %if CONST_BITS == 8
46 F_1_082 equ DESCALE(1162209775,30-CONST_BITS) ; FIX(1.082392200)
47 F_1_414 equ DESCALE(1518500249,30-CONST_BITS) ; FIX(1.414213562)
48 F_1_847 equ DESCALE(1984016188,30-CONST_BITS) ; FIX(1.847759065)
49 F_2_613 equ DESCALE(2805822602,30-CONST_BITS) ; FIX(2.613125930)
50 F_1_613 equ (F_2_613 - (1 << CONST_BITS)) ; FIX(2.613125930) - FIX(1)
57 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
60 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
jiss2fst.asm 29 %define CONST_BITS 8 ; 14 is also OK.
36 %if CONST_BITS == 8
45 F_1_082 equ DESCALE(1162209775,30-CONST_BITS) ; FIX(1.082392200)
46 F_1_414 equ DESCALE(1518500249,30-CONST_BITS) ; FIX(1.414213562)
47 F_1_847 equ DESCALE(1984016188,30-CONST_BITS) ; FIX(1.847759065)
48 F_2_613 equ DESCALE(2805822602,30-CONST_BITS) ; FIX(2.613125930)
49 F_1_613 equ (F_2_613 - (1 << CONST_BITS)) ; FIX(2.613125930) - FIX(1)
56 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
59 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
jfmmxfst.asm 29 %define CONST_BITS 8 ; 14 is also OK.
31 %if CONST_BITS == 8
39 F_0_382 equ DESCALE( 410903207,30-CONST_BITS) ; FIX(0.382683433)
40 F_0_541 equ DESCALE( 581104887,30-CONST_BITS) ; FIX(0.541196100)
41 F_0_707 equ DESCALE( 759250124,30-CONST_BITS) ; FIX(0.707106781)
42 F_1_306 equ DESCALE(1402911301,30-CONST_BITS) ; FIX(1.306562965)
49 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
52 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
jfss2fst-64.asm 30 %define CONST_BITS 8 ; 14 is also OK.
32 %if CONST_BITS == 8
40 F_0_382 equ DESCALE( 410903207,30-CONST_BITS) ; FIX(0.382683433)
41 F_0_541 equ DESCALE( 581104887,30-CONST_BITS) ; FIX(0.541196100)
42 F_0_707 equ DESCALE( 759250124,30-CONST_BITS) ; FIX(0.707106781)
43 F_1_306 equ DESCALE(1402911301,30-CONST_BITS) ; FIX(1.306562965)
50 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
53 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
jfss2fst.asm 29 %define CONST_BITS 8 ; 14 is also OK.
31 %if CONST_BITS == 8
39 F_0_382 equ DESCALE( 410903207,30-CONST_BITS) ; FIX(0.382683433)
40 F_0_541 equ DESCALE( 581104887,30-CONST_BITS) ; FIX(0.541196100)
41 F_0_707 equ DESCALE( 759250124,30-CONST_BITS) ; FIX(0.707106781)
42 F_1_306 equ DESCALE(1402911301,30-CONST_BITS) ; FIX(1.306562965)
49 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
52 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
jsimd_arm64_neon.S     [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jddctmgr.c 185 #define CONST_BITS 14
203 CONST_BITS-IFAST_SCALE_BITS);
fpdfapi_jidctfst.c 78 #define CONST_BITS 8
81 #define CONST_BITS 8
88 * If you change CONST_BITS you may want to add appropriate values.
92 #if CONST_BITS == 8
120 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
jdct.h 126 * Fractional constants are scaled left by CONST_BITS bits.
127 * CONST_BITS is defined within each module using these macros,
132 #define CONST_SCALE (ONE << CONST_BITS)
fpdfapi_jcdctmgr.c 99 #define CONST_BITS 14
123 CONST_BITS-3);
  /external/chromium_org/third_party/libjpeg_turbo/
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))
jcdctmgr.c 257 #define CONST_BITS 14
281 CONST_BITS-3), &dtbl[i])
jdct.h 182 * Fractional constants are scaled left by CONST_BITS bits.
183 * CONST_BITS is defined within each module using these macros,
188 #define CONST_SCALE (ONE << CONST_BITS)
  /external/jpeg/
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))
jdct.h 130 * Fractional constants are scaled left by CONST_BITS bits.
131 * CONST_BITS is defined within each module using these macros,
136 #define CONST_SCALE (ONE << CONST_BITS)
jddctmgr.c 297 #define CONST_BITS 14
315 CONST_BITS-IFAST_SCALE_BITS);
jcdctmgr.c 98 #define CONST_BITS 14
122 CONST_BITS-3);
jsimd_arm_neon.S 305 #define CONST_BITS 13
334 .short 1 << (CONST_BITS+1) /* d2[2] */
  /external/qemu/distrib/jpeg-6b/
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))
jdct.h 126 * Fractional constants are scaled left by CONST_BITS bits.
127 * CONST_BITS is defined within each module using these macros,
132 #define CONST_SCALE (ONE << CONST_BITS)
jddctmgr.c 257 #define CONST_BITS 14
275 CONST_BITS-IFAST_SCALE_BITS);
jcdctmgr.c 98 #define CONST_BITS 14
122 CONST_BITS-3);

Completed in 280 milliseconds

12 3