Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 111) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dmedian5.cpp120 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/
Dfastidct.cpp81 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/
Didct_vca.cpp160 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 …]
Dblock_idct.cpp516 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/arm_neon/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s56 x3 RN 9 label
81 M_LDR x3, [pSrc], srcStep
83 M_STR x3, [pDst], dstStep
89 LDR x3, [pSrc, #4]
95 ORR x2, x2, x3, LSL #24
99 LDR x3, [pSrc, #4]
105 ORR x2, x2, x3, LSL #24
112 LDR x3, [pSrc, #4]
118 ORR x2, x2, x3, LSL #16
123 LDR x3, [pSrc, #4]
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.s56 x3 RN 9 label
81 M_LDR x3, [pSrc], srcStep
83 M_STR x3, [pDst], dstStep
89 LDR x3, [pSrc, #4]
95 ORR x2, x2, x3, LSL #24
99 LDR x3, [pSrc, #4]
105 ORR x2, x2, x3, LSL #24
112 LDR x3, [pSrc, #4]
118 ORR x2, x2, x3, LSL #16
123 LDR x3, [pSrc, #4]
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_Clip8_s.s51 x3 RN 6 label
64 LDMIA pSrc!,{x2, x3}
75 USAT16 x3, #8, x3 ;// clip two samples to [0,255]
79 STRB x3, [pDst,#6]
80 MOV x3, x3, LSR #16
81 STRB x3, [pDst,#7]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dp_med_ol.c174 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 …]
Dhp_wsp.c87 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/rs/cpu_ref/
DrsCpuIntrinsicConvolve5x5.cpp90 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneU4() local
96 convert_float4(py0[x3]) * coeff[3] + in OneU4()
102 convert_float4(py1[x3]) * coeff[8] + in OneU4()
108 convert_float4(py2[x3]) * coeff[13] + in OneU4()
114 convert_float4(py3[x3]) * coeff[18] + in OneU4()
120 convert_float4(py4[x3]) * coeff[23] + in OneU4()
133 uint32_t x3 = rsMin((int32_t)x+1, (int32_t)(info->dim.x-1)); in OneU2() local
139 convert_float2(py0[x3]) * coeff[3] + in OneU2()
145 convert_float2(py1[x3]) * coeff[8] + in OneU2()
151 convert_float2(py2[x3]) * coeff[13] + in OneU2()
[all …]
DrsCpuIntrinsics_advsimd_YuvToRGB.S175 ld2 {v10.16b,v11.16b}, [x3], #32
177 ld1 {v10.16b}, [x3], #16
212 ld1 {v11.16b}, [x3], #16
214 ld1 {v10.d}[1], [x3], #8
220 ld1 {v10.d}[1], [x3], #8
222 ld1 {v10.s}[1], [x3], #4
228 ld1 {v10.s}[1], [x3], #4
230 ld1 {v10.h}[1], [x3], #2
236 ld1 {v10.h}[1], [x3], #2
238 ld1 {v10.b}[1], [x3], #1
[all …]
DrsCpuIntrinsics_advsimd_Resize.S183 sub x8, x2, x3
184 lsl x9, x3, #VECSHIFT
255 lsl x3, x3, #(47 - CHUNKSHIFT)
417 add x2, x2, x3
422 add x2, x2, x3
428 add x2, x2, x3
434 add x2, x2, x3
492 add x2, x2, x3
496 add x2, x2, x3
500 add x2, x2, x3
[all …]
DrsCpuIntrinsics_advsimd_ColorMatrix.S985 ldp x4,x5, [x3],#16
986 ldp x6,x7, [x3],#16
987 ldp x8,x9, [x3],#16
1010 ldp x8, x9, [x3], #16
1041 add x5, x7, x3, LSL #2
1042 ldrsh x3, [x5], #2
1044 add x3, x3, x7
1046 stp x2, x3, [x0, #32]
1052 mov x3, #4
1063 subs x3, x3, #1
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DHeadsUpAppearInterpolator.java35 float x3 = 100f; in getAppearPath() local
39 float xTot = (x1 + x2 + x3); in getAppearPath()
46 path.cubicTo((x1 + x2 + x3 * 0.4f) / xTot, y2 / y3, in getAppearPath()
47 (x1 + x2 + x3 * 0.2f) / xTot, 1f, in getAppearPath()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dconvolve5x5.rs30 uint32_t x3 = min((int32_t)x+1, gWidth-1);
42 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3]
48 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dconvolve5x5.rs30 uint32_t x3 = min((int32_t)x+1, gWidth-1);
42 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3]
48 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dconvolve5x5.rs30 uint32_t x3 = min((int32_t)x+1, gWidth-1);
42 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3]
48 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
/frameworks/av/media/libeffects/loudness/common/core/
Dmath.h59 const T x3 = x2 * x; in ExpApproximationViaTaylorExpansionOrder5() local
61 const T x5 = x3 * x2; in ExpApproximationViaTaylorExpansionOrder5()
63 0.16666666666666665741480812812369549646973609924316406250f * x3 + in ExpApproximationViaTaylorExpansionOrder5()
/frameworks/av/media/libstagefright/foundation/
Dbase64.cpp116 uint8_t x3 = data[i + 2]; in encodeBase64() local
120 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f)); in encodeBase64()
121 out->append(encode6Bit(x3 & 0x3f)); in encodeBase64()
/frameworks/base/graphics/java/android/graphics/
DPath.java427 float x3, float y3) { in cubicTo() argument
429 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo()
438 float x3, float y3) { in rCubicTo() argument
440 nRCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo()
834 float x3, float y3); in nCubicTo() argument
836 float x3, float y3); in nRCubicTo() argument
/frameworks/base/libs/hwui/
DFontRenderer.h153 float x3, float y3, float u3, float v3,
157 float x3, float y3, float u3, float v3,
161 float x3, float y3, float u3, float v3,
DFontRenderer.cpp504 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuadNoClip() argument
512 x3, y3, u3, v3, x4, y4, u4, v4); in appendMeshQuadNoClip()
516 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuad() argument
524 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendMeshQuad()
529 mBounds->right = std::max(mBounds->right, x3); in appendMeshQuad()
539 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendRotatedMeshQuad() argument
542 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendRotatedMeshQuad()
545 mBounds->left = std::min(mBounds->left, std::min(x1, std::min(x2, std::min(x3, x4)))); in appendRotatedMeshQuad()
547 mBounds->right = std::max(mBounds->right, std::max(x1, std::max(x2, std::max(x3, x4)))); in appendRotatedMeshQuad()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DVector3Test.java34 private AnyMotionDetector.Vector3 x3; field in Vector3Test
55 x3 = new AnyMotionDetector.Vector3(0, 3, 0, 0); in setUp()
112 AnyMotionDetector.Vector3 x3Normalized = x3.normalized();
/frameworks/base/media/mca/filterfw/jni/
Djni_shader_program.cpp144 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setSourceRegion() argument
148 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setSourceRegion()
162 jfloat x3, in Java_android_filterfw_core_ShaderProgram_setTargetRegion() argument
166 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DRotateFilter.java146 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f), in updateParameters() local
148 Quad quad = new Quad(x0, x1, x2, x3); in updateParameters()

12345