Searched defs:d2 (Results 1 - 9 of 9) 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.c42 int d2 = pSrc[i+2]; local
46 int e2 = d1 + d2;
47 int e3 = d1 - d2;
H A DarmVCM4P10_TransformResidual4x4.c43 int d2 = pSrc[i+2]; local
45 int e0 = d0 + d2;
46 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/services/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/av/media/libstagefright/codecs/aacdec/
H A Dsbr_update_freq_scale.cpp157 Int32 d2[MAX_SECOND_REGION]; local
213 CalcBands(d2, k[reg], k[reg+1], numBands2); /* CalcBands => d */
214 shellsort(d2, numBands2); /* SortBands sort d */
215 if (d[numBands-1] > d2[0])
218 Int32 change = d[numBands-1] - d2[0];
220 if (change > (d2[numBands2-1] - d2[0]) >> 1)
222 change = (d2[numBands2-1] - d2[0]) >> 1;
225 d2[
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1145 public TextViewDrawableAction(int viewId, boolean isRelative, int d1, int d2, int d3, int d4) { argument
1149 this.d2 = d2;
1158 d2 = parcel.readInt();
1168 dest.writeInt(d2);
1179 target.setCompoundDrawablesRelativeWithIntrinsicBounds(d1, d2, d3, d4);
1181 target.setCompoundDrawablesWithIntrinsicBounds(d1, d2, d3, d4);
1187 int d1, d2, d3, d4; field in class:RemoteViews.TextViewDrawableAction

Completed in 192 milliseconds