/frameworks/av/media/libaudioclient/tests/ |
D | track_test_input_v1.0_ref.txt | 6 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/module/codecs/amrwb/dec/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/libs/native_bridge_support/android_api/vdso/ |
D | vdso_arm64.S | 21 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/module/codecs/m4v_h263/enc/src/ |
D | fastidct.cpp | 83 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local 92 x3 = x7; in idct_col2() 99 blk[24] = (x0 + x3) >> 8; in idct_col2() 103 blk[32] = (x0 - x3) >> 8; in idct_col2() 111 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local 129 x3 = x7; in idct_col3() 136 blk[24] = (x2 + x3) >> 8; in idct_col3() 140 blk[32] = (x2 - x3) >> 8; in idct_col3() 148 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local 151 x3 = blk[24]; in idct_col4() [all …]
|
/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | idct_vca.cpp | 163 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 …]
|
D | block_idct.cpp | 517 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/module/codecs/amrwb/enc/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 …]
|
/frameworks/libs/native_bridge_support/android_api/linker/ |
D | init_static_tls_arm64.S | 21 ldr x3, =0 22 blr x3 28 ldr x3, =0 29 blr x3
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve5x5.cpp | 90 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 …]
|
D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 175 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 …]
|
D | rsCpuIntrinsics_advsimd_Resize.S | 185 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 …]
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 985 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/toolkit/ |
D | YuvToRgb_advsimd.S | 175 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 …]
|
D | Convolve5x5.cpp | 72 uint32_t x3 = std::min((int32_t)x + 1, width - 1); in ConvolveOneU() local 78 convert<ComputationType>(py0[x3]) * coeff[3] + in ConvolveOneU() 84 convert<ComputationType>(py1[x3]) * coeff[8] + in ConvolveOneU() 90 convert<ComputationType>(py2[x3]) * coeff[13] + in ConvolveOneU() 96 convert<ComputationType>(py3[x3]) * coeff[18] + in ConvolveOneU() 102 convert<ComputationType>(py4[x3]) * coeff[23] + in ConvolveOneU() 117 uint32_t x3 = std::min((int32_t)x + 1, width - 1); in ConvolveOneF() local 121 py0[x3] * coeff[3] + py0[x4] * coeff[4] + in ConvolveOneF() 124 py1[x3] * coeff[8] + py1[x4] * coeff[9] + in ConvolveOneF() 127 py2[x3] * coeff[13] + py2[x4] * coeff[14] + in ConvolveOneF() [all …]
|
D | Resize_advsimd.S | 185 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 …]
|
D | ColorMatrix_advsimd.S | 985 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/ |
D | convolve5x5.rscript | 30 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/ |
D | convolve5x5.rscript | 30 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/ |
D | convolve5x5.rscript | 30 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/ |
D | math.h | 59 const T x3 = x2 * x; in ExpApproximationViaTaylorExpansionOrder5() local 61 const T x5 = x3 * x2; in ExpApproximationViaTaylorExpansionOrder5() 63 0.16666666666666665741480812812369549646973609924316406250f * x3 + in ExpApproximationViaTaylorExpansionOrder5()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/common/ |
D | Base64.cpp | 122 uint8_t x3 = data[i + 2]; in encodeBase64() local 126 out->push_back(encode6Bit((x2 << 2 | x3 >> 6) & 0x3f)); in encodeBase64() 127 out->push_back(encode6Bit(x3 & 0x3f)); in encodeBase64()
|
/frameworks/av/media/module/foundation/ |
D | base64.cpp | 132 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/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/ |
D | MonotonicCurveFit.java | 312 double x3 = x2 * x; in interpolate() local 313 return -2 * x3 * y2 + 3 * x2 * y2 + 2 * x3 * y1 - 3 * x2 * y1 + y1 in interpolate() 314 + h * t2 * x3 + h * t1 * x3 - h * t2 * x2 - 2 * h * t1 * x2 in interpolate()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | Vector3Test.java | 34 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/graphics/java/android/graphics/ |
D | Path.java | 474 float x3, float y3) { in cubicTo() argument 475 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo() 484 float x3, float y3) { in rCubicTo() argument 485 nRCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo() 874 float x3, float y3); in nCubicTo() argument 876 float x3, float y3); in nRCubicTo() argument
|