Searched defs:d2 (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dglobal_struct.c8 // CHECK: $1 = {d = 0.001, d2 = {10000, 100.5}}
13 double d2[2]; member in struct:double_struct
31 s.d2[0] = 1e4;
32 s.d2[1] = 100.5;
H A Dglobals.c20 double d2[2]; member in struct:double_struct
38 s.d2[0] = 1e4;
39 s.d2[1] = 100.5;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c57 int d2 = pSrc[i+2]; local
61 int e2 = d1 + d2;
62 int e3 = d1 - d2;
H A DarmVCM4P10_TransformResidual4x4.c58 int d2 = pSrc[i+2]; local
60 int e0 = d0 + d2;
61 int e1 = d0 - d2;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_transform.c100 i32 d1, d2, d3; local
121 d2 = data[14];
124 data[14] = (d2 * tmp2);
128 d2 = data[5];
131 data[2] = (d2 * tmp1);
135 d2 = data[3];
138 data[8] = (d2 * tmp1);
141 d2 = data[12];
144 data[7] = (d2 * tmp3);
149 d2
[all...]
/frameworks/base/libs/common_time/
H A Dcommon_clock.cpp135 uint32_t d2 = 1000000; local
138 LinearTransform::reduce(&n1, &d2);
140 LinearTransform::reduce(&n2, &d2);
145 cur_trans_.a_to_b_denom = d1 * d2;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; local
259 d2 = -(-A_D >> 2);
260 if (d2 < -d1_2)
262 d2 = -d1_2;
267 d2 = A_D >> 2;
268 if (d2 > d1_2)
270 d2 = d1_2;
274 *(rec_y - width2) = A - d2;
281 *(rec_y + width) = D + d2;
356 d2
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1396 public TextViewDrawableAction(int viewId, boolean isRelative, int d1, int d2, int d3, int d4) { argument
1400 this.d2 = d2;
1409 d2 = parcel.readInt();
1419 dest.writeInt(d2);
1429 target.setCompoundDrawablesRelativeWithIntrinsicBounds(d1, d2, d3, d4);
1431 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
1440 int d1, d2, d3, d4; field in class:RemoteViews.TextViewDrawableAction
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp982 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx); local
983 float d = d1 + d2;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2084 uint32_t d1, d2, d3; local
2087 !mDataSource->getUInt32(offset + 4, &d2) || // duration
2101 total_duration += d2;
2103 ALOGV(" item %d, %08x %08x %08x", i, d1, d2, d3);
2106 se.mDurationUs = 1000000LL * d2 / timeScale;

Completed in 281 milliseconds