/frameworks/compile/libbcc/runtime/lib/ |
D | popcountti2.c | 24 tu_int x3 = (tu_int)a; in __popcountti2() local 25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) | in __popcountti2() 28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)) in __popcountti2() 29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)); in __popcountti2() 31 x3 = (x3 + (x3 >> 4)) in __popcountti2() 34 du_int x2 = (du_int)(x3 + (x3 >> 64)); in __popcountti2()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | median5.cpp | 120 int16 x1, x2, x3, x4, x5; in median5() local 125 x3 = x[0]; in median5() 137 if (x3 < x1) in median5() 140 x1 = x3; in median5() 141 x3 = tmp; in median5() 153 if (x3 < x2) in median5() 156 x2 = x3; in median5() 157 x3 = tmp; in median5() 169 if (x4 < x3) in median5() 171 x3 = x4; in median5() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastidct.cpp | 81 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local 90 x3 = x7; in idct_col2() 97 blk[24] = (x0 + x3) >> 8; in idct_col2() 101 blk[32] = (x0 - x3) >> 8; in idct_col2() 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local 125 x3 = x7; in idct_col3() 132 blk[24] = (x2 + x3) >> 8; in idct_col3() 136 blk[32] = (x2 - x3) >> 8; in idct_col3() 142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local 145 x3 = blk[24]; in idct_col4() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | idct_vca.cpp | 160 int32 x0, x1, x3, x5, x7;//, x8; in idctcol2() local 169 x3 = x7; in idctcol2() 176 blk[24] = (x0 + x3) >> 8; in idctcol2() 180 blk[32] = (x0 - x3) >> 8; in idctcol2() 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local 221 x3 = x7; in idctrow3() 234 res = (x2 + x3) >> 14; in idctrow3() 240 res = (x2 - x3) >> 14; in idctrow3() 259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol3() local 277 x3 = x7; in idctcol3() [all …]
|
D | block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local 543 x3 = blk[10]; in idctrow() 567 x1 = W6 * (x3 + x2) + 4; in idctrow() 569 x3 = (x1 + (W2 - W6) * x3) >> 3; in idctrow() 576 x7 = x8 + x3; in idctrow() 577 x8 -= x3; in idctrow() 578 x3 = x0 + x2; in idctrow() 588 res2 = (x3 + x2) >> 14; in idctrow() 606 res = (x3 - x2) >> 14; in idctrow() 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 42 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, [pSrc, #4] [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 42 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, [pSrc, #4] [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_Clip8_s.s | 37 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/amrwbenc/src/ |
D | p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; in median5() local 179 x3 = x[0]; in median5() 189 if (x3 < x1) in median5() 192 x1 = x3; in median5() 193 x3 = tmp; in median5() 205 if (x3 < x2) in median5() 208 x2 = x3; in median5() 209 x3 = tmp; in median5() 221 if (x4 < x3) in median5() 223 x3 = x4; in median5() [all …]
|
D | hp_wsp.c | 87 Word16 x0, x1, x2, x3; in Hp_wsp() local 103 x3 = x2; in Hp_wsp() 121 L_tmp += (x3 * b[3])<<1; in Hp_wsp()
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/ |
D | convolve5x5.rs | 31 uint32_t x3 = min((int32_t)x+1, gWidth-1); 43 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3] 49 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8] 55 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13] 61 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18] 67 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
D | convolve5x5.fs | 31 uint32_t x3 = min((int32_t)x+1, gWidth-1); 43 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3] 49 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8] 55 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13] 61 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18] 67 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
|
/frameworks/rs/driver/ |
D | rsdIntrinsicConvolve5x5.cpp | 59 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); in One() local 65 convert_float4(py0[x3]) * coeff[3] + in One() 71 convert_float4(py1[x3]) * coeff[8] + in One() 77 convert_float4(py2[x3]) * coeff[13] + in One() 83 convert_float4(py3[x3]) * coeff[18] + in One() 89 convert_float4(py4[x3]) * coeff[23] + in One()
|
D | rsdGL.h | 95 float x3, float y3, float z3, float u3, float v3,
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdIntrinsicConvolve5x5.cpp | 59 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(p->dimX-1)); in One() local 65 convert_float4(py0[x3]) * coeff[3] + in One() 71 convert_float4(py1[x3]) * coeff[8] + in One() 77 convert_float4(py2[x3]) * coeff[13] + in One() 83 convert_float4(py3[x3]) * coeff[18] + in One() 89 convert_float4(py4[x3]) * coeff[23] + in One()
|
/frameworks/av/media/libstagefright/foundation/ |
D | base64.cpp | 108 uint8_t x3 = data[i + 2]; in encodeBase64() local 112 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f)); in encodeBase64() 113 out->append(encode6Bit(x3 & 0x3f)); in encodeBase64()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 312 float x3, float y3) { in cubicTo() argument 314 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo() 323 float x3, float y3) { in rCubicTo() argument 325 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo() 637 float x2, float y2, float x3, float y3); in native_cubicTo() argument 639 float x2, float y2, float x3, float y3); in native_rCubicTo() argument
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 128 float x3, float y3, float u3, float v3, 132 float x3, float y3, float u3, float v3, 136 float x3, float y3, float u3, float v3,
|
D | FontRenderer.cpp | 387 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuadNoClip() argument 413 (*currentPos++) = x3; in appendMeshQuadNoClip() 427 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuad() argument 435 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendMeshQuad() 440 mBounds->right = fmax(mBounds->right, x3); in appendMeshQuad() 451 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendRotatedMeshQuad() argument 454 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendRotatedMeshQuad() 457 mBounds->left = fmin(mBounds->left, fmin(x1, fmin(x2, fmin(x3, x4)))); in appendRotatedMeshQuad() 459 mBounds->right = fmax(mBounds->right, fmax(x1, fmax(x2, fmax(x3, x4)))); in appendRotatedMeshQuad()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_shader_program.cpp | 151 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setSourceRegion() argument 155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setSourceRegion() 169 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setTargetRegion() argument 173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
|
D | jni_shader_program.h | 72 jfloat x3, 84 jfloat x3,
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 272 float x2, float y2, float x3, float y3) { in native_cubicTo() argument 278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3); in native_cubicTo() 283 float x2, float y2, float x3, float y3) { in native_rCubicTo() argument 289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3); in native_rCubicTo() 674 float x3, float y3) { in cubicTo() argument 675 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3); in cubicTo()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | RotateFilter.java | 151 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f), in updateParameters() local 153 Quad quad = new Quad(x0, x1, x2, x3); in updateParameters()
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 135 …nv, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in cubicTo__FFFFFF() argument 140 SkScalar x3_ = SkFloatToScalar(x3); in cubicTo__FFFFFF() 145 …nv, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in rCubicTo() argument 150 SkScalar x3_ = SkFloatToScalar(x3); in rCubicTo()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | ShaderProgram.java | 266 float x2, float y2, float x3, float y3); in setSourceRegion() argument 269 float x2, float y2, float x3, float y3); in setTargetRegion() argument
|