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.c43 int d3 = pSrc[i+3]; local
44 int e0 = d0 + d3;
45 int e1 = d0 - d3;
H A DarmVCM4P10_TransformResidual4x4.c44 int d3 = pSrc[i+3]; local
47 int e2 = (d1>>1) - d3;
48 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/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp1650 uint32_t d3 = readU32(offset + 8); local
1655 bool sap = d3 & 0x80000000;
1656 bool saptype = d3 >> 28;
1662 ALOGV(" item %d, %08x %08x %08x", i, d1, d2, d3);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1261 public TextViewDrawableAction(int viewId, boolean isRelative, int d1, int d2, int d3, int d4) { argument
1266 this.d3 = d3;
1275 d3 = parcel.readInt();
1285 dest.writeInt(d3);
1295 target.setCompoundDrawablesRelativeWithIntrinsicBounds(d1, d2, d3, d4);
1297 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
1306 int d1, d2, d3, d4; field in class:RemoteViews.TextViewDrawableAction

Completed in 6711 milliseconds