Searched defs:d2 (Results 1 - 13 of 13) 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/libs/hwui/
H A DPathTessellator.cpp1056 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx); local
1057 float d = d1 + d2;
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp846 void rsDebug(const char *s, const double2 *d2) { argument
847 double2 d = *d2;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1216 void rsDebug(const char *s, const double2 *d2) { argument
1217 double2 d = *d2;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2584 uint32_t d1, d2, d3; local
2587 !mDataSource->getUInt32(offset + 4, &d2) || // duration
2601 total_duration += d2;
2603 ALOGV(" item %d, %08x %08x %08x", i, d1, d2, d3);
2606 se.mDurationUs = 1000000LL * d2 / timeScale;
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1696 public TextViewDrawableAction(int viewId, boolean isRelative, int d1, int d2, int d3, int d4) { argument
1701 this.d2 = d2;
1736 d2 = parcel.readInt();
1774 dest.writeInt(d2);
1803 target.setCompoundDrawablesRelativeWithIntrinsicBounds(d1, d2, d3, d4);
1805 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
1817 new TextViewDrawableAction(viewId, isRelative, d1, d2, d3, d4);
1830 copy.id2 = d2 == 0 ? null : ctx.getDrawable(d2);
1848 int d1, d2, d3, d4; field in class:RemoteViews.TextViewDrawableAction
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 248 milliseconds