Searched defs:x3 (Results 1 - 23 of 23) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Dpopcountti2.c24 tu_int x3 = (tu_int)a; local
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) |
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL))
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
31 x3 = (x3 + (x3 >>
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
125 x3 = x[0];
137 if (x3 < x1)
140 x1 = x3;
141 x3 = tmp;
153 if (x3 < x2)
156 x2 = x3;
157 x3 = tmp;
169 if (x4 < x3)
171 x3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s37 x3 RN 6 label
50 LDMIA pSrc!,{x2, x3}
61 USAT16 x3, #8, x3 ;// clip two samples to [0,255]
65 STRB x3, [pDst,#6]
66 MOV x3, x3, LSR #16
67 STRB x3, [pDst,#7]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s42 x3 RN 9 label
67 M_LDR x3, [pSrc], srcStep
69 M_STR x3, [pDst], dstStep
75 LDR x3, [pSrc, #4]
81 ORR x2, x2, x3, LSL #24
85 LDR x3, [pSrc, #4]
91 ORR x2, x2, x3, LSL #24
98 LDR x3, [pSrc, #4]
104 ORR x2, x2, x3, LSL #16
109 LDR x3, [pSr
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s42 x3 RN 9 label
67 M_LDR x3, [pSrc], srcStep
69 M_STR x3, [pDst], dstStep
75 LDR x3, [pSrc, #4]
81 ORR x2, x2, x3, LSL #24
85 LDR x3, [pSrc, #4]
91 ORR x2, x2, x3, LSL #24
98 LDR x3, [pSrc, #4]
104 ORR x2, x2, x3, LSL #16
109 LDR x3, [pSr
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dhp_wsp.c87 Word16 x0, x1, x2, x3; local
103 x3 = x2;
121 L_tmp += (x3 * b[3])<<1;
H A Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; local
179 x3 = x[0];
189 if (x3 < x1)
192 x1 = x3;
193 x3 = tmp;
205 if (x3 < x2)
208 x2 = x3;
209 x3 = tmp;
221 if (x4 < x3)
223 x3
[all...]
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp108 uint8_t x3 = data[i + 2]; local
112 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f));
113 out->append(encode6Bit(x3 & 0x3f));
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp160 int32 x0, x1, x3, x5, x7;//, x8; local
169 x3 = x7;
176 blk[24] = (x0 + x3) >> 8;
180 blk[32] = (x0 - x3) >> 8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
221 x3 = x7;
234 res = (x2 + x3) >> 14;
240 res = (x2 - x3) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
277 x3
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
543 x3 = blk[10];
567 x1 = W6 * (x3 + x2) + 4;
569 x3 = (x1 + (W2 - W6) * x3) >> 3;
576 x7 = x8 + x3;
577 x8 -= x3;
578 x3 = x0 + x2;
588 res2 = (x3 + x2) >> 14;
606 res = (x3
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/rs/driver/
H A DrsdIntrinsicConvolve5x5.cpp59 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
65 convert_float4(py0[x3]) * coeff[3] +
71 convert_float4(py1[x3]) * coeff[8] +
77 convert_float4(py2[x3]) * coeff[13] +
83 convert_float4(py3[x3]) * coeff[18] +
89 convert_float4(py4[x3]) * coeff[23] +
H A DrsdRuntimeStubs.cpp233 float x3, float y3, float z3, float u3, float v3,
249 //ALOGE("%4.2f, %4.2f, %4.2f", x3, y3, z3);
252 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
267 float x3, float y3, float z3,
272 x3, y3, z3, 1, 0,
231 SC_DrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, float x4, float y4, float z4, float u4, float v4) argument
265 SC_DrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3, float x4, float y4, float z4) argument
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicConvolve5x5.cpp59 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); local
65 convert_float4(py0[x3]) * coeff[3] +
71 convert_float4(py1[x3]) * coeff[8] +
77 convert_float4(py2[x3]) * coeff[13] +
83 convert_float4(py3[x3]) * coeff[18] +
89 convert_float4(py4[x3]) * coeff[23] +
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; local
90 x3 = x7;
97 blk[24] = (x0 + x3) >> 8;
101 blk[32] = (x0 - x3) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
125 x3 = x7;
132 blk[24] = (x2 + x3) >> 8;
136 blk[32] = (x2 - x3) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
145 x3
185 int32 x1, x3, x5, x7;//, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp151 jfloat x3,
155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
169 jfloat x3,
173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
143 Java_android_filterfw_core_ShaderProgram_setSourceRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
161 Java_android_filterfw_core_ShaderProgram_setTargetRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp135 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
140 SkScalar x3_ = SkFloatToScalar(x3);
145 static void rCubicTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
150 SkScalar x3_ = SkFloatToScalar(x3);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java272 float x2, float y2, float x3, float y3) {
278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
283 float x2, float y2, float x3, float y3) {
289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
663 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
670 * @param x3 The x-coordinate of the end point on a cubic curve
674 float x3, float y3) {
675 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
271 native_cubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
282 native_rCubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
673 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java266 float x2, float y2, float x3, float y3);
269 float x2, float y2, float x3, float y3);
265 setSourceRegion(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) argument
268 setTargetRegion(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/graphics/java/android/graphics/
H A DPath.java297 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
304 * @param x3 The x-coordinate of the end point on a cubic curve
308 float x3, float y3) {
310 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
319 float x3, float y3) {
321 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
629 float x2, float y2, float x3, float y3);
631 float x2, float y2, float x3, float y3);
307 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
318 rCubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
628 native_cubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
630 native_rCubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp387 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
413 (*currentPos++) = x3;
427 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
435 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
440 mBounds->right = fmax(mBounds->right, x3);
451 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
454 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
457 mBounds->left = fmin(mBounds->left, fmin(x1, fmin(x2, fmin(x3, x4))));
459 mBounds->right = fmax(mBounds->right, fmax(x1, fmax(x2, fmax(x3, x4))));
386 appendMeshQuadNoClip(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
426 appendMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
450 appendRotatedMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
/frameworks/rs/
H A DrsFont.cpp669 float x3, float y3, float z3,
683 ALOGE("V2 x: %f y: %f z: %f", x3, y3, z3);
700 (*currentPos++) = x3;
665 appendMeshQuad(float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, float x4, float y4, float z4, float u4, float v4) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp547 if (k&0x3) // only sum up non DC values.
737 int x0, x1, x2, x3, x4, x5; local
750 if (!(blkidx&0x3)) /* left column block (!block_x)*/
807 if (((blkidx > 3) && (blkidx&0x3)) || ((blkidx > 3) && video->intraAvailA)
808 || ((blkidx&0x3) && video->intraAvailB)
1155 x3 = P_D + P_E + 1;
1161 x3 = x4 = x5 = (P_D << 1) + 1;
1167 temp1 |= ((x3 >> 1) << 24);
1173 temp2 |= (((x2 + x3) >> 2) << 16);
1174 temp2 |= (((x3
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp3973 int32_t x3 = 700, y3 = 300; local
3976 processPosition(mapper, x3, y3);
3997 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0));
4005 x3 += 30; y3 -= 20;
4006 processPosition(mapper, x3, y3);
4027 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0));
4048 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0));
4071 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0));
4190 int32_t x3 = 700, y3 = 300; local
4194 processPosition(mapper, x3, y
4362 int32_t x3 = 700, y3 = 300; local
[all...]

Completed in 3369 milliseconds