/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/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() 628 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local [all …]
|
/frameworks/libs/native_bridge_support/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/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/libs/native_bridge_support/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/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/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/layoutlib/bridge/src/android/view/math/ |
D | Math3DHelper.java | 107 public final static int min(int x1, int x2, int x3) { in min() argument 108 return (x1 > x2) ? ((x2 > x3) ? x3 : x2) : ((x1 > x3) ? x3 : x1); in min() 111 public final static int max(int x1, int x2, int x3) { in max() argument 112 return (x1 < x2) ? ((x2 < x3) ? x3 : x2) : ((x1 < x3) ? x3 : x1); in max() 414 float x3, float y3, in lineIntersection() argument 418 float d = (x1 - x2) * (y3 - y4) - (y1 - y2) * (x3 - x4); in lineIntersection() 424 float dy = (x3 * y4 - y3 * x4); in lineIntersection() 425 float x = (dx * (x3 - x4) - (x1 - x2) * dy) / d; in lineIntersection() 429 || ((x - x3) * (x - x4) > EPSILON) in lineIntersection()
|
/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/layoutlib/bridge/src/android/view/shadow/ |
D | TriangleBuffer.java | 141 int x3 = (int) (16.0f * fx3 + .5f); in triangleZBuffMin() local 144 int dx23 = x2 - x3; in triangleZBuffMin() 145 int dx31 = x3 - x1; in triangleZBuffMin() 159 int minx = (min(x1, x2, x3) + 0xF) >> 4; in triangleZBuffMin() 160 int maxx = (max(x1, x2, x3) + 0xF) >> 4; in triangleZBuffMin() 180 int c3 = dy31 * x3 - dx31 * y3; in triangleZBuffMin()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | Base64.cpp | 119 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/av/media/libstagefright/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/services/tests/servicestests/src/com/android/server/display/ |
D | BrightnessMappingStrategyTest.java | 462 final int x3 = 4000; in testGammaCorrectionLowChangeAtCenter() local 465 final float y3 = GAMMA_CORRECTION_SPLINE.interpolate(x3); in testGammaCorrectionLowChangeAtCenter() 472 assertEquals(y3, strategy.getBrightness(x3), 0.01f /* tolerance */); in testGammaCorrectionLowChangeAtCenter() 478 assertEquals(MathUtils.pow(y3, gamma), strategy.getBrightness(x3), 0.01f /* tolerance */); in testGammaCorrectionLowChangeAtCenter() 490 final int x3 = 4000; in testGammaCorrectionHighChangeAtCenter() local 493 final float y3 = GAMMA_CORRECTION_SPLINE.interpolate(x3); in testGammaCorrectionHighChangeAtCenter() 500 assertEquals(y3, strategy.getBrightness(x3), 0.01f /* tolerance */); in testGammaCorrectionHighChangeAtCenter() 509 assertEquals(MathUtils.pow(y3, minGamma), strategy.getBrightness(x3), in testGammaCorrectionHighChangeAtCenter()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 440 float x3, float y3) { in cubicTo() argument 442 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo() 451 float x3, float y3) { in rCubicTo() argument 453 nRCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo() 838 float x3, float y3); in nCubicTo() argument 840 float x3, float y3); in nRCubicTo() argument
|
/frameworks/base/core/proto/android/stats/connectivity/ |
D | network_stack.proto | 146 // ET_L3_INVALID_IP = (ET_L3_ERROR_TYPE | 0x3) << 16; 156 // ET_DHCP_INVALID_OPTION_LENGTH = (ET_DHCP_ERROR_TYPE | 0x3) << 16; 168 // ET_PARSING_ERROR = (ET_MISC_ERROR_TYPE | 0x3) << 16;
|
/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();
|