HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 276 - 300 of 4500) sorted by null

<<11121314151617181920>>

  /external/libmpeg2/common/
iv.h 75 IV_EXTERNAL_CACHEABLE_PERSISTENT_MEM = 0x3,
90 IV_420_UV_INTL = 0x3,
110 IV_IDR_FRAME = 0x3,
144 IV_INTERLACED_FRAME = 0x3,
156 IV_CMD_INIT = 0x3,
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 806 int16x8_t x2 = vld1q_s16(src + step*3); int16x8_t x3 = vld1q_s16(src + step*4); local
809 x1 = vaddq_s16(x2, x3); x2 = vsubq_s16(x2, x3);
815 x0 = vld1q_s16(src + step); x3 = vld1q_s16(src + step*6);
817 x1 = vaddq_s16(x0, x3); x0 = vsubq_s16(x0, x3);
820 x0 = vld1q_s16(src + step*2); x3 = vld1q_s16(src + step*5);
822 int16x8_t t4 = vsubq_s16(x0, x3);
824 x0 = vaddq_s16(x0, x3);
825 x3 = vaddq_s16(x0, x1); x0 = vsubq_s16(x0, x1)
1014 int x2 = src[3], x3 = src[4]; local
1061 int x2 = work[8*3], x3 = work[8*4]; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 29 #define SITAR_LDOH_2P85_V 0x3
37 #define TABLA_LDOH_2P85_V 0x3
50 #define TAIKO_LDOH_2P85_V 0x3
55 #define TABLA_OCP_365_MA 0x3
64 #define TABLA_DCYCLE_1023 0x3
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 25 #define SITAR_LDOH_2P85_V 0x3
34 #define TABLA_LDOH_2P85_V 0x3
47 #define TAIKO_LDOH_2P85_V 0x3
54 #define TABLA_OCP_365_MA 0x3
62 #define TABLA_DCYCLE_1023 0x3
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 60 x3 := new(big.Int).Mul(x, x)
61 x3.Mul(x3, x)
66 x3.Sub(x3, threeX)
67 x3.Add(x3, curve.B)
68 x3.Mod(x3, curve.P)
70 return x3.Cmp(y2) ==
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 60 x3 := new(big.Int).Mul(x, x)
61 x3.Mul(x3, x)
66 x3.Sub(x3, threeX)
67 x3.Add(x3, curve.B)
68 x3.Mod(x3, curve.P)
70 return x3.Cmp(y2) ==
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
erratum835769.s 16 mov x3, 4
22 mov x3, 4
36 madd x5, x2, x3, x6
60 madd x5, x4, x3, x6
72 madd x5, x4, x3, x6
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_ver.s 84 //x3 => dst_strd
116 add x5, x2, x3 //pu1_dst + dst_strd
118 add x8, x5, x3
120 add x10, x8, x3
122 lsl x11, x3, #2
185 add x5, x2, x3 //pu1_dst + dst_strd
187 add x8, x5, x3
189 add x10, x8, x3
192 lsl x11,x3,#2
214 add x5, x2, x3 //pu1_dst + dst_str
    [all...]
ihevc_intra_pred_luma_mode2.s 88 //x3 => dst_strd
139 add x7,x6,x3
143 lsl x5, x3, #2
147 add x9,x7,x3
155 add x14,x9,x3
177 add x20, x2, x3, lsl #2
205 add x7, x6, x3
215 add x9, x7, x3
224 add x14, x9, x3
250 add x5,x2,x3
    [all...]
  /external/libhevc/decoder/arm64/
ihevcd_itrans_recon_dc_chroma.s 58 //x3:dst_strd
152 st2 {v2.8b, v3.8b},[x11],x3
153 st2 {v4.8b, v5.8b},[x11],x3
154 st2 {v6.8b, v7.8b},[x11],x3
155 st2 {v8.8b, v9.8b},[x11],x3
157 st2 {v10.8b, v11.8b},[x11],x3
158 st2 {v12.8b, v13.8b},[x11],x3
159 st2 {v14.8b, v15.8b},[x11],x3
170 add x1,x1,x3,lsl #3
210 st1 {v2.2s},[x1],x3
    [all...]
ihevcd_itrans_recon_dc_luma.s 58 //x3:dst_strd
149 st1 {v2.2s},[x11],x3
150 st1 {v3.2s},[x11],x3
151 st1 {v4.2s},[x11],x3
152 st1 {v5.2s},[x11],x3
153 st1 {v6.2s},[x11],x3
154 st1 {v7.2s},[x11],x3
155 st1 {v1.2s},[x11],x3
166 add x1,x1,x3,lsl #3
202 st1 {v2.s}[0],[x1],x3
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 95 ASSERT(!((u32)data&0x3));
104 ASSERT(!((u32)lum&0x3));
105 ASSERT(!((u32)cb&0x3));
106 ASSERT(!((u32)cr&0x3));
194 ASSERT(!((u32)data&0x3));
221 ASSERT(!((u32)tmp&0x3));
222 ASSERT(!((u32)imageBlock&0x3));
276 x = h264bsdBlockX[block & 0x3];
277 y = h264bsdBlockY[block & 0x3];
295 ASSERT(!((u32)tmp&0x3));
    [all...]
  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct.c 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
95 x3 = (pInVect[1] + pInVect[7]) >>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
126 x3 = ( x3 <<1 ) - x5 ;
127 x1 -= x3 >>1 ;
135 /* rearrangement of x3 and x7 as in (15) */
136 x3 -= x7;
140 /* 2-point IDCT of x3 and x7 and post-multiplication as in (15) */
141 temp = x3 ;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
RiddersSolver.java 176 // x3 is the midpoint of [x1, x2]
196 final double x3 = 0.5 * (x1 + x2); local
197 final double y3 = f.value(x3);
199 setResult(x3, i);
204 (x3 - x1) / FastMath.sqrt(delta);
205 final double x = x3 - correction; // correction != 0
221 if (correction > 0.0) { // x1 < x < x3
227 x2 = x3;
231 } else { // x3 < x < x2
236 x1 = x3;
    [all...]
  /external/ceres-solver/include/ceres/
problem.h 113 // double x3[] = { 1.0, 2.0, 3.0, 6.0, 7.0 };
118 // problem.AddResidualBlock(new MyBinaryCostFunction(...), x2, x3);
207 // double x3[] = {3.0, 6.0, 2.0, 5.0, 1.0};
233 double* x3);
237 double* x3, double* x4);
241 double* x3, double* x4, double* x5);
245 double* x3, double* x4, double* x5,
250 double* x3, double* x4, double* x5,
255 double* x3, double* x4, double* x5,
260 double* x3, double* x4, double* x5
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.h 90 double* x3);
94 double* x3, double* x4);
98 double* x3, double* x4, double* x5);
102 double* x3, double* x4, double* x5,
107 double* x3, double* x4, double* x5,
112 double* x3, double* x4, double* x5,
117 double* x3, double* x4, double* x5,
  /external/elfutils/tests/
testfile-macros-0xff.s 43 .byte 0x3
49 .uleb128 0x3
63 .uleb128 0x3
82 .uleb128 0x3
100 .uleb128 0x3
107 .uleb128 0x3
133 .byte 0x3
  /external/libavc/common/
ih264_ihadamard_scaling.c 96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
114 x3 = x4 - x7;
117 pi4_tmp_ptr[1] = x2 + x3;
119 pi4_tmp_ptr[3] = x3 - x2;
136 x3 = x4 - x7;
139 pi4_tmp_ptr[4] = x2 + x3;
141 pi4_tmp_ptr[12] = x3 - x2;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
MeshSpawnShapeValue.java 20 x3, y3, z3; field in class:MeshSpawnShapeValue.Triangle
23 float x3, float y3, float z3){
26 this.x3 = x3; this.y3 = y3; this.z3 = z3;
31 float x3, float y3, float z3, Vector3 vector){
33 return vector.set( x1 + a*(x2 - x1) + b*(x3 - x1),
40 return vector.set( x1 + a*(x2 - x1) + b*(x3 - x1),
WeightMeshSpawnShapeValue.java 55 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; local
56 float area = Math.abs((x1*(y2 - y3) + x2*(y3 - y1) + x3*(y1-y2))/2f);
57 distribution.add(new Triangle(x1, y1, z1, x2, y2, z2, x3, y3, z3), area);
68 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; local
69 float area = Math.abs((x1*(y2 - y3) + x2*(y3 - y1) + x3*(y1-y2))/2f);
70 distribution.add(new Triangle(x1, y1, z1, x2, y2, z2, x3, y3, z3), area);
82 vector.set( t.x1 + a*(t.x2 - t.x1) + b*(t.x3 - t.x1),
  /external/mesa3d/src/gallium/drivers/i915/
i915_reg.h 35 #define CMD_3D (0x3<<29)
41 #define PRIM3D_TRIFAN (0x3<<18)
99 #define BUF_3D_ID_COLOR_BACK (0x3<<24)
107 #define BUF_3D_ADDR(x) ((x) & ~0x3)
256 #define BLENDFUNC_MIN 0x3
270 #define SIS0_BUFFER_ADDRESS(x) ((x)&~0x3)
275 #define DIS0_BUFFER_ADDRESS(x) ((x)&~0x3)
279 #define SSB0_BUFFER_ADDRESS(x) ((x)&~0x3)
284 #define MSB0_BUFFER_ADDRESS(x) ((x)&~0x3)
289 #define PSP0_BUFFER_ADDRESS(x) ((x)&~0x3)
    [all...]
  /external/opencv3/3rdparty/libtiff/
t4.h 72 { 6, 0x3, 13 }, /* 0000 11 */
81 { 7, 0x3, 22 }, /* 0000 011 */
89 { 8, 0x3, 30 }, /* 0000 0011 */
173 { 2, 0x3, 2 }, /* 11 */
175 { 3, 0x3, 4 }, /* 011 */
176 { 4, 0x3, 5 }, /* 0011 */
178 { 5, 0x3, 7 }, /* 0001 1 */
  /external/pdfium/third_party/libtiff/
t4.h 72 { 6, 0x3, 13 }, /* 0000 11 */
81 { 7, 0x3, 22 }, /* 0000 011 */
89 { 8, 0x3, 30 }, /* 0000 0011 */
173 { 2, 0x3, 2 }, /* 11 */
175 { 3, 0x3, 4 }, /* 011 */
176 { 4, 0x3, 5 }, /* 0011 */
178 { 5, 0x3, 7 }, /* 0001 1 */
  /external/valgrind/coregrind/m_syswrap/
syscall-arm64-linux.S 72 const vki_sigset_t *postmask, // x3
89 stp x2, x3, [sp, #-16]!
97 mov x2, x3 /* postmask */
98 mov x3, x4 /* nsigwords */
108 ldr x3, [x5, #OFFSET_arm64_X3]
120 ldr x1, [sp, #24] /* saved x3 == postmask */
122 ldr x3, [sp, #32] /* saved x4 == nsigwords */
131 ldp x2, x3, [sp], #16
144 ldp x2, x3, [sp], #16
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
compressed1.s 37 .value 0x3
56 .uleb128 0x3
90 .uleb128 0x3
109 .uleb128 0x3
113 .uleb128 0x3
120 .uleb128 0x3
129 .uleb128 0x3

Completed in 1422 milliseconds

<<11121314151617181920>>