/frameworks/base/core/tests/coretests/res/raw/ |
D | xt_qtaguid_typical | 2 2 wlan0 0x0 0 0 18621 96 2898 44 312 6 15897 58 2412 32 312 6 1010 16 1576 22 3 3 wlan0 0x0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 4 wlan0 0x0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 5 wlan0 0x0 1000 1 1949 13 1078 14 0 0 1600 10 349 3 0 0 600 10 478 4 6 6 wlan0 0x0 10005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7 7 wlan0 0x0 10005 1 32081 38 5315 50 32081 38 0 0 0 0 5315 50 0 0 0 0 8 8 wlan0 0x0 10011 0 35777 53 5718 57 0 0 0 0 35777 53 0 0 0 0 5718 57 9 9 wlan0 0x0 10011 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 wlan0 0x0 10014 0 0 0 1098 13 0 0 0 0 0 0 0 0 0 0 1098 13 11 11 wlan0 0x0 10014 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 53 x0 RN 4 label 76 M_LDR x0, [pSrc], srcStep 78 M_STR x0, [pDst], dstStep 88 M_LDR x0, [pSrc], srcStep 91 MOV x0, x0, LSR #8 92 ORR x0, x0, x1, LSL #24 93 M_STR x0, [pDst], dstStep 97 M_LDR x0, [pSrc], srcStep 101 MOV x0, x0, LSR #8 102 ORR x0, x0, x1, LSL #24 [all …]
|
D | armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 47 x0 RN 7 label 90 LDM pSrc, {x0, x1, x2} 96 STM pDst!, {x0, x1, x2} ;// Store aligned output row 101 LDM pSrc, {x0, x1, x2} 107 MOV x0, x0, LSR #8 108 ORR x0, x0, x1, LSL #24 112 STM pDst!, {x0, x1, x2} ;// Store aligned output row 117 LDM pSrc, {x0, x1, x2} 123 MOV x0, x0, LSR #16 124 ORR x0, x0, x1, LSL #16 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 53 x0 RN 4 label 76 M_LDR x0, [pSrc], srcStep 78 M_STR x0, [pDst], dstStep 88 M_LDR x0, [pSrc], srcStep 91 MOV x0, x0, LSR #8 92 ORR x0, x0, x1, LSL #24 93 M_STR x0, [pDst], dstStep 97 M_LDR x0, [pSrc], srcStep 101 MOV x0, x0, LSR #8 102 ORR x0, x0, x1, LSL #24 [all …]
|
D | armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 47 x0 RN 7 label 90 LDM pSrc, {x0, x1, x2} 96 STM pDst!, {x0, x1, x2} ;// Store aligned output row 101 LDM pSrc, {x0, x1, x2} 107 MOV x0, x0, LSR #8 108 ORR x0, x0, x1, LSL #24 112 STM pDst!, {x0, x1, x2} ;// Store aligned output row 117 LDM pSrc, {x0, x1, x2} 123 MOV x0, x0, LSR #16 124 ORR x0, x0, x1, LSL #16 [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | idct_vca.cpp | 99 int32 x0, x1, x2, x4, x5; in idctrow2() local 115 x0 = ((*(blk += 8)) << 8) + 8192; in idctrow2() 128 res = (x0 + x4) >> 14; in idctrow2() 130 res2 = (x0 + x2) >> 14; in idctrow2() 133 res = (x0 + x1) >> 14; in idctrow2() 136 res = (x0 + x5) >> 14; in idctrow2() 142 res = (x0 - x5) >> 14; in idctrow2() 144 res2 = (x0 - x1) >> 14; in idctrow2() 147 res = (x0 - x2) >> 14; in idctrow2() 150 res = (x0 - x4) >> 14; in idctrow2() [all …]
|
D | block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local 553 x0 = ((*(blk += 8)) << 8) + 8192; in idctrow() 565 x8 = x0 + x1; in idctrow() 566 x0 -= x1; in idctrow() 578 x3 = x0 + x2; in idctrow() 579 x0 -= x2; in idctrow() 591 res = (x0 + x4) >> 14; in idctrow() 603 res2 = (x0 - x4) >> 14; in idctrow() 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local 665 x0 = ((int32)blk[0] << 8) + 8192; in idctrow_intra() [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 84 x0 = ((int32)blk[0] << 11) + 128; in idct_col2() 94 blk[0] = (x0 + x1) >> 8; in idct_col2() 95 blk[8] = (x0 + x7) >> 8; in idct_col2() 96 blk[16] = (x0 + x5) >> 8; in idct_col2() 97 blk[24] = (x0 + x3) >> 8; in idct_col2() 98 blk[56] = (x0 - x1) >> 8; in idct_col2() 99 blk[48] = (x0 - x7) >> 8; in idct_col2() 100 blk[40] = (x0 - x5) >> 8; in idct_col2() 101 blk[32] = (x0 - x3) >> 8; in idct_col2() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_Clip8_s.s | 48 x0 RN 3 label 62 LDMIA pSrc!,{x0, x1} 65 USAT16 x0, #8, x0 ;// clip two samples to [0,255] 67 STRB x0, [pDst] 68 MOV x0, x0, LSR #16 69 STRB x0, [pDst,#1]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.h | 74 i32 x0, 85 i32 x0, 96 i32 x0, 107 i32 x0, 119 i32 x0, 129 i32 x0, 140 i32 x0, 150 i32 x0, 161 i32 x0, 172 i32 x0, [all …]
|
D | h264bsd_reconstruct.c | 113 i32 x0, in h264bsdInterpolateChromaHor() argument 137 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) || in h264bsdInterpolateChromaHor() 140 h264bsdFillBlock(pRef, block, x0, y0, width, height, in h264bsdInterpolateChromaHor() 144 x0, y0, width, height, chromaPartWidth + 1, in h264bsdInterpolateChromaHor() 148 x0 = 0; in h264bsdInterpolateChromaHor() 159 ptrA = pRef + (comp * height + (u32)y0) * width + x0; in h264bsdInterpolateChromaHor() 209 i32 x0, in h264bsdInterpolateChromaVer() argument 233 if ((x0 < 0) || ((u32)x0+chromaPartWidth > width) || in h264bsdInterpolateChromaVer() 236 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth, in h264bsdInterpolateChromaVer() 240 x0, y0, width, height, chromaPartWidth, in h264bsdInterpolateChromaVer() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | LinearGradient.java | 52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], in LinearGradient() argument 61 mX0 = x0; in LinearGradient() 68 init(nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt)); in LinearGradient() 80 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, in LinearGradient() argument 83 mX0 = x0; in LinearGradient() 90 init(nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt)); in LinearGradient() 115 private native long nativeCreate1(float x0, float y0, float x1, float y1, in nativeCreate1() argument 117 private native long nativeCreate2(float x0, float y0, float x1, float y1, in nativeCreate2() argument
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | hp400.c | 64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in HP400_12k8() local 71 x0 = *mem++; in HP400_12k8() 77 x1 = x0; in HP400_12k8() 78 x0 = *signal; in HP400_12k8() 85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1; in HP400_12k8() 97 *mem-- = x0; in HP400_12k8()
|
D | hp50.c | 65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in HP50_12k8() local 73 x0 = *mem++; in HP50_12k8() 79 x1 = x0; in HP50_12k8() 80 x0 = *signal; in HP50_12k8() 87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1; in HP50_12k8() 97 *mem-- = x0; in HP50_12k8()
|
D | hp_wsp.c | 87 Word16 x0, x1, x2, x3; in Hp_wsp() local 97 x0 = mem[6]; in Hp_wsp() 105 x1 = x0; in Hp_wsp() 106 x0 = wsp[i]; in Hp_wsp() 118 L_tmp += (x0 * b[0])<<1; in Hp_wsp() 141 mem[6] = x0; in Hp_wsp()
|
/frameworks/data-binding/integration-tests/App With Spaces/gradle/wrapper/ |
D | gradle-wrapper.jar | ... )
org.gradle.wrapper.Download$1 x0
}
org/gradle/wrapper/IDownload.class ... |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | highpass_400hz_at_12k8.cpp | 150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in highpass_400Hz_at_12k8() local 158 x0 = mem[4]; in highpass_400Hz_at_12k8() 172 x1 = x0; in highpass_400Hz_at_12k8() 173 x0 = signal[i]; in highpass_400Hz_at_12k8() 176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2); in highpass_400Hz_at_12k8() 196 mem[4] = x0; in highpass_400Hz_at_12k8()
|
D | highpass_50hz_at_12k8.cpp | 152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; in highpass_50Hz_at_12k8() local 161 x0 = mem[4]; in highpass_50Hz_at_12k8() 177 x1 = x0; in highpass_50Hz_at_12k8() 178 x0 = *pt_sign; in highpass_50Hz_at_12k8() 181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2); in highpass_50Hz_at_12k8() 201 mem[4] = x0; in highpass_50Hz_at_12k8()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve5x5.cpp | 93 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneU4() local 99 float4 px = convert_float4(py0[x0]) * coeff[0] + in OneU4() 105 convert_float4(py1[x0]) * coeff[5] + in OneU4() 111 convert_float4(py2[x0]) * coeff[10] + in OneU4() 117 convert_float4(py3[x0]) * coeff[15] + in OneU4() 123 convert_float4(py4[x0]) * coeff[20] + in OneU4() 136 uint32_t x0 = rsMax((int32_t)x-2, 0); in OneU2() local 142 float2 px = convert_float2(py0[x0]) * coeff[0] + in OneU2() 148 convert_float2(py1[x0]) * coeff[5] + in OneU2() 154 convert_float2(py2[x0]) * coeff[10] + in OneU2() [all …]
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 444 st4 {v24.8b,v25.8b,v26.8b,v27.8b}, [x0], #32 455 st4 {v12.8b,v13.8b,v14.8b,v15.8b}, [x0], #32 478 st4 {v24.8b,v25.8b,v26.8b,v27.8b}, [x0], #32 495 st4 {v12.8b,v13.8b,v14.8b,v15.8b}, [x0], #32 512 st2 {v24.8b,v25.8b}, [x0], #16 521 st2 {v12.8b,v13.8b}, [x0], #16 529 st1 {v12.8b}, [x0], #8 546 st1 {v24.8b}, [x0], #8 552 st4 {v8.4s,v9.4s,v10.4s,v11.4s}, [x0], #64 555 st4 {v16.4s,v17.4s,v18.4s,v19.4s}, [x0], #64 [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | LinearGradient_Delegate.java | 60 float x0, float y0, float x1, float y1, in nativeCreate1() argument 62 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1, in nativeCreate1() 69 float x0, float y0, float x1, float y1, in nativeCreate2() argument 72 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/, in nativeCreate2() 91 private LinearGradient_Delegate(float x0, float y0, float x1, float y1, in LinearGradient_Delegate() argument 94 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile); in LinearGradient_Delegate() 111 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[], in LinearGradientPaint() argument 114 mX0 = x0; in LinearGradientPaint() 116 mDx = x1 - x0; in LinearGradientPaint()
|
/frameworks/base/tests/touchlag/ |
D | touchlag.cpp | 106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle() argument 113 drawHLine(buf, pixel, x0-radius, y0, 2*radius); in drawCircle() 115 drawTwoPixels(buf, pixel, x0-radius, y0, 2*radius); in drawCircle() 127 drawHLine(buf, pixel, x0-x, y0+y, 2*x); in drawCircle() 128 drawHLine(buf, pixel, x0-x, y0-y, 2*x); in drawCircle() 129 drawHLine(buf, pixel, x0-y, y0+x, 2*y); in drawCircle() 130 drawHLine(buf, pixel, x0-y, y0-x, 2*y); in drawCircle() 132 drawTwoPixels(buf, pixel, x0-x, y0+y, 2*x); in drawCircle() 133 drawTwoPixels(buf, pixel, x0-x, y0-y, 2*x); in drawCircle() 134 drawTwoPixels(buf, pixel, x0-y, y0+x, 2*y); in drawCircle() [all …]
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | convolve5x5.rs | 27 uint32_t x0 = max((int32_t)x-2, 0); 39 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0] 45 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y1)) * gCoeffs[5] 51 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10] 57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | convolve5x5.rs | 27 uint32_t x0 = max((int32_t)x-2, 0); 39 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0] 45 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y1)) * gCoeffs[5] 51 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10] 57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | convolve5x5.rs | 27 uint32_t x0 = max((int32_t)x-2, 0); 39 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x0, y0)) * gCoeffs[0] 45 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y1)) * gCoeffs[5] 51 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10] 57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
|