Home
last modified time | relevance | path

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

123

/frameworks/av/media/libaudioclient/tests/
Dtrack_test_input_v1.0_ref.txt6 48000 0x1 0x3 4800 2400 0 0x0 0 1 2
7 24000 0x1 0x3 4800 2400 0 0x0 0 1 2
8 16000 0x1 0x3 4800 2400 0 0x0 0 1 2
9 8000 0x1 0x3 4800 2400 0 0x0 0 1 2
10 44100 0x1 0x3 4410 2205 0 0x0 0 1 2
11 22050 0x1 0x3 4410 2205 0 0x0 0 1 2
12 11025 0x1 0x3 4410 2205 0 0x0 0 1 2
14 48000 0x2 0x3 4800 2400 0 0x0 0 1 2
15 48000 0x3 0x3 4800 2400 0 0x0 0 1 2
16 48000 0x5 0x3 4800 2400 0 0x0 0 1 2
[all …]
/frameworks/av/media/codecs/amrwb/dec/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/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java23 public final static int min(int x1, int x2, int x3) { in min() argument
24 return (x1 > x2) ? ((x2 > x3) ? x3 : x2) : ((x1 > x3) ? x3 : x1); in min()
27 public final static int max(int x1, int x2, int x3) { in max() argument
28 return (x1 < x2) ? ((x2 < x3) ? x3 : x2) : ((x1 < x3) ? x3 : x1); in max()
/frameworks/av/media/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/libs/native_bridge_support/vdso/
Dvdso_arm64.S21 ldr x3, =0
22 blr x3
28 ldr x3, =0
29 blr x3
35 ldr x3, =0
36 blr x3
53 ldr x3, =0
54 blr x3
/frameworks/av/media/codecs/m4v_h263/dec/src/
Didct_vca.cpp163 int32 x0, x1, x3, x5, x7;//, x8; in idctcol2() local
172 x3 = x7; in idctcol2()
179 blk[24] = (x0 + x3) >> 8; in idctcol2()
183 blk[32] = (x0 - x3) >> 8; in idctcol2()
191 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow3() local
225 x3 = x7; in idctrow3()
238 res = (x2 + x3) >> 14; in idctrow3()
244 res = (x2 - x3) >> 14; in idctrow3()
264 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctcol3() local
282 x3 = x7; in idctcol3()
[all …]
Dblock_idct.cpp517 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local
544 x3 = blk[10]; in idctrow()
568 x1 = W6 * (x3 + x2) + 4; in idctrow()
570 x3 = (x1 + (W2 - W6) * x3) >> 3; in idctrow()
577 x7 = x8 + x3; in idctrow()
578 x8 -= x3; in idctrow()
579 x3 = x0 + x2; in idctrow()
589 res2 = (x3 + x2) >> 14; in idctrow()
607 res = (x3 - x2) >> 14; in idctrow()
629 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local
[all …]
/frameworks/av/media/codecs/amrwb/enc/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/libs/native_bridge_support/linker/
Dinit_static_tls_arm64.S21 ldr x3, =0
22 blr x3
28 ldr x3, =0
29 blr x3
/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.S185 sub x8, x2, x3
186 lsl x9, x3, #VECSHIFT
257 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
1043 add x5, x7, x3, LSL #3
1044 ldrsw x3, [x5], #4
1046 add x3, x3, x7
1048 stp x2, x3, [x0, #32]
1054 mov x3, #4
1066 subs x3, x3, #1
[all …]
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dconvolve5x5.rscript30 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.rscript30 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_jb/src/com/android/rs/image/
Dconvolve5x5.rscript30 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/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java133 int x3 = (int) (16.0f * fx3 + .5f); in triangleZBuffMin() local
136 int dx23 = x2 - x3; in triangleZBuffMin()
137 int dx31 = x3 - x1; in triangleZBuffMin()
151 int minx = (Math3DHelper.min(x1, x2, x3) + 0xF) >> 4; in triangleZBuffMin()
152 int maxx = (Math3DHelper.max(x1, x2, x3) + 0xF) >> 4; in triangleZBuffMin()
172 int c3 = dy31 * x3 - dx31 * y3; in triangleZBuffMin()
/frameworks/av/media/libstagefright/foundation/
Dbase64.cpp132 uint8_t x3 = data[i + 2]; in encodeBase64() local
136 out->append(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f)); in encodeBase64()
137 out->append(encode6Bit(x3 & 0x3f)); in encodeBase64()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DBase64.cpp119 uint8_t x3 = data[i + 2]; in encodeBase64() local
123 out->push_back(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f)); in encodeBase64()
124 out->push_back(encode6Bit(x3 & 0x3f)); in encodeBase64()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java502 final int x3 = 4000; in testGammaCorrectionLowChangeAtCenter() local
505 final float y3 = GAMMA_CORRECTION_SPLINE.interpolate(x3); in testGammaCorrectionLowChangeAtCenter()
513 assertEquals(y3, strategy.getBrightness(x3), 0.0001f /* tolerance */); in testGammaCorrectionLowChangeAtCenter()
519 assertEquals(MathUtils.pow(y3, gamma), strategy.getBrightness(x3), 0.0001f /* tolerance */); in testGammaCorrectionLowChangeAtCenter()
531 final int x3 = 4000; in testGammaCorrectionHighChangeAtCenter() local
534 final float y3 = GAMMA_CORRECTION_SPLINE.interpolate(x3); in testGammaCorrectionHighChangeAtCenter()
541 assertEquals(y3, strategy.getBrightness(x3), 0.0001f /* tolerance */); in testGammaCorrectionHighChangeAtCenter()
551 strategy.getBrightness(x3), 0.0001f /* tolerance */); in testGammaCorrectionHighChangeAtCenter()
/frameworks/base/graphics/java/android/graphics/
DPath.java447 float x3, float y3) { in cubicTo() argument
449 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo()
458 float x3, float y3) { in rCubicTo() argument
460 nRCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo()
845 float x3, float y3); in nCubicTo() argument
847 float x3, float y3); in nRCubicTo() argument
/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()

123