/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_convolve3x3.rscript | 27 uint32_t x2 = max((int32_t)x-1, 0); 33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)); 36 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y)); 39 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)); 68 uint32_t x2 = max((int32_t)x-1, 0); 74 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y1)); 77 float3 p12 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y)); 80 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y2)); 109 uint32_t x2 = max((int32_t)x-1, 0); 115 float2 p02 = convert_float2(rsGetElementAt_uchar2(gIn, x2, y1)); [all …]
|
D | intrinsic_convolve5x5.rscript | 29 uint32_t x2 = x; 41 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y0)) * gCoeffs[2] 47 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[7] 53 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12] 59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17] 65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22] 76 uint32_t x2 = x; 88 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y0)) * gCoeffs[2] 94 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y1)) * gCoeffs[7] 100 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y2)) * gCoeffs[12] [all …]
|
D | IntrinsicHistogram.java | 75 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testNorm() local 79 x2 = w - 11; in testNorm() 84 for (int x = x1; x < x2; x++) { in testNorm() 103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); in testNorm() 203 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testDot() local 207 x2 = w - 11; in testDot() 212 for (int x = x1; x < x2; x++) { in testDot() 230 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2)); in testDot()
|
D | IntrinsicColorMatrix.java | 58 int x1 = 0, y1 = 0, x2 = w, y2 = h; in subtest() local 62 x2 = w - 11; in subtest() 69 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2)); in subtest() 73 mSr.invoke_reference(mat, add, mAllocSrc, mAllocRef, x1, y1, x2, y2); in subtest()
|
D | IntrinsicBase.java | 142 protected Script.LaunchOptions makeClipper(int x, int y, int x2, int y2) { in makeClipper() argument 144 lo.setX(x, x2); in makeClipper()
|
D | intrinsic_colormatrix.rscript | 21 int x1, int y1, int x2, int y2) { 30 for (uint32_t x = x1; x < x2; x++) {
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | camera_response.rsh | 48 const float x2 = exp_b * pow_va + 1.0f; 49 return pow(x1 / x2, camera_response->c); 55 const float x2 = exp(camera_response->b) * (1.0f - pow_vc) + 1.0f; 56 return pow(pow_vc / x2, 1.0f / camera_response->a); 63 const float x2 = exp_b * pow_va + 1.0f; 64 return pow(x1 / x2, kDefaultC); 69 const float x2 = exp(kDefaultB) * (1.0f - pow_vc) + 1.0f; 70 return pow(pow_vc / x2, 1.0f / kDefaultA);
|
D | camera_response_fast.rsh | 40 const float x2 = exp_b * pow_va + 1.0f; 41 return pow(x1 / x2, kDefaultC); 46 const float x2 = exp(kDefaultB) * (1.0f - pow_vc) + 1.0f; 47 return pow(pow_vc / x2, 1.0f / kDefaultA);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | MathsUtils.java | 157 float x2 = x * x; in quaternionMatrixOpenGL() local 173 matrix[5] = 1f - 2f * (x2 + z2); in quaternionMatrixOpenGL() 179 matrix[10] = 1f - 2f * (x2 + y2); in quaternionMatrixOpenGL()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | bluetooth-current.txt | 80 field public static final int STATE_CONNECTED = 2; // 0x2 183 field public static final int INTEL = 2; // 0x2 439 field public static final int BITS_PER_SAMPLE_24 = 2; // 0x2 444 field public static final int CHANNEL_MODE_STEREO = 2; // 0x2 452 field public static final int SAMPLE_RATE_48000 = 2; // 0x2 457 field @Deprecated public static final int SOURCE_CODEC_TYPE_APTX = 2; // 0x2 568 field public static final int DEVICE_TYPE_LE = 2; // 0x2 582 field public static final int PAIRING_VARIANT_PASSKEY_CONFIRMATION = 2; // 0x2 586 field public static final int PHY_LE_2M = 2; // 0x2 587 field public static final int PHY_LE_2M_MASK = 2; // 0x2 [all …]
|
D | wifi-current.txt | 37 field public static final int MLO_LINK_STATE_IDLE = 2; // 0x2 65 field public static final int CHANNEL_WIDTH_80MHZ = 2; // 0x2 72 field public static final int PREAMBLE_VHT = 2; // 0x2 76 field public static final int WIFI_BAND_5_GHZ = 2; // 0x2 123 field public static final int SECURITY_TYPE_WPA3_SAE_TRANSITION = 2; // 0x2 152 field public static final int OP_MODE_SAP = 2; // 0x2 179 field @Deprecated public static final int RANDOMIZATION_NON_PERSISTENT = 2; // 0x2 188 field @Deprecated public static final int SECURITY_TYPE_PSK = 2; // 0x2 215 field @Deprecated public static final int LEAP = 2; // 0x2 228 field @Deprecated public static final int TKIP = 2; // 0x2 [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/fill_array_data/d/ |
D | T_fill_array_data_3.smali | 41 0x2
|
D | T_fill_array_data_9.smali | 41 0x2
|
D | T_fill_array_data_1.smali | 41 0x2
|
D | T_fill_array_data_13.smali | 41 0x2
|
D | T_fill_array_data_4.smali | 41 0x2
|
D | T_fill_array_data_11.smali | 41 0x2
|
D | T_fill_array_data_5.smali | 41 0x2
|
D | T_fill_array_data_12.smali | 46 0x2
|
D | T_fill_array_data_8.smali | 41 0x2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/d/ |
D | T_sparse_switch_2.smali | 41 const p1, 0x2
|
D | T_sparse_switch_7.smali | 41 const p1, 0x2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/packed_switch/d/ |
D | T_packed_switch_4.smali | 42 const/4 p0, 0x2
|
D | T_packed_switch_7.smali | 42 const/4 v2, 0x2
|
D | T_packed_switch_8.smali | 42 const v2, 0x2
|