Searched defs:d3 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c58 int d3 = pSrc[i+3]; local
59 int e0 = d0 + d3;
60 int e1 = d0 - d3;
H A DarmVCM4P10_TransformResidual4x4.c59 int d3 = pSrc[i+3]; local
62 int e2 = (d1>>1) - d3;
63 int e3 = d1 + (d3>>1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_transform.c100 i32 d1, d2, d3; local
122 d3 = data[15];
125 data[15] = (d3 * tmp3);
129 d3 = data[4];
132 data[5] = (d3 * tmp3);
136 d3 = data[6];
139 data[3] = (d3 * tmp2);
142 d3 = data[9];
145 data[12] = (d3 * tmp2);
150 d3
[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
1401 this.d3 = d3;
1410 d3 = parcel.readInt();
1420 dest.writeInt(d3);
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/av/media/libstagefright/
H A DMPEG4Extractor.cpp2084 uint32_t d1, d2, d3; local
2088 !mDataSource->getUInt32(offset + 8, &d3)) { // flags
2095 bool sap = d3 & 0x80000000;
2096 uint32_t saptype = (d3 >> 28) & 7;
2099 ALOGW("not a stream access point, or unsupported type: %08x", d3);
2103 ALOGV(" item %d, %08x %08x %08x", i, d1, d2, d3);

Completed in 2570 milliseconds