Searched refs:x3 (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
125 x3 = x[0];
137 if (x3 < x1)
140 x1 = x3;
141 x3 = tmp;
153 if (x3 < x2)
156 x2 = x3;
157 x3 = tmp;
169 if (x4 < x3)
171 x3
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_tab.cpp199 {0xa, 1, 0, 7}, {0x0, 4, 0, 7}, {0x4, 1, 1, 6}, {0x4, 1, 1, 6}, {0x3, 1, 1, 6}, {0x3, 1, 1, 6},
204 {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4},
228 {0x4, 2, 0, 9}, {0x4, 2, 0, 9}, {0x3, 2, 0, 9}, {0x3, 2, 0, 9}, {0x0, 7, 0, 9}, {0x0, 7, 0, 9},
250 {0x5, 2, 0, 10}, {0x5, 2, 0, 10}, {0x3, 3, 0, 10}, {0x3,
[all...]
H A Didct_vca.cpp160 int32 x0, x1, x3, x5, x7;//, x8; local
169 x3 = x7;
176 blk[24] = (x0 + x3) >> 8;
180 blk[32] = (x0 - x3) >> 8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
221 x3 = x7;
234 res = (x2 + x3) >> 14;
240 res = (x2 - x3) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
277 x3
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
543 x3 = blk[10];
567 x1 = W6 * (x3 + x2) + 4;
569 x3 = (x1 + (W2 - W6) * x3) >> 3;
576 x7 = x8 + x3;
577 x8 -= x3;
578 x3 = x0 + x2;
588 res2 = (x3 + x2) >> 14;
606 res = (x3
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
H A Dpost_proc_semaphore.cpp139 int postmode = 0x3;
H A Dpp_semaphore_luma.cpp205 msk_deblock = 0x3;
310 msk_deblock = 0x3;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DTextAlignment.java30 DEFAULT(0x3);
H A DTextColor.java29 DARK_YELLOW(0x3),
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dd2_11pf.cpp177 j = index & 0x3;
H A Dd8_31pf.cpp363 First index: 10x10x10 -> 2x5x2x5x2x5-> 125x2x2x2 -> 7+1x3 bits
381 Second index: 10x10x10 -> 2x5x2x5x2x5-> 125x2x2x2 -> 7+1x3 bits
412 LSBs = indx[NB_TRACK_MR102+2] & 0x3;
/frameworks/base/awt/java/awt/
H A DBasicStroke.java678 double x3 = x0 + y10;
686 p.cubicTo(x1 + y10, y1 - x10, x3 + mx, y3 + my, x3, y3);
687 p.cubicTo(x3 - mx, y3 - my, x2 - y20, y2 + x20, x2, y2);
729 double x3 = x0 + w2 * w2 * (y20 - y10) / sin0;
731 p.setLast(x3, y3);
754 double x3 = (s1 * y20 - s2 * y10) / sin0;
756 double x30 = x3 - x0;
760 p.lineTo(x3, y3);
811 double x3
913 addQuad(double x1, double y1, double x2, double y2, double x3, double y3) argument
1019 addSubQuad(double x1, double y1, double x2, double y2, double x3, double y3, int level) argument
1072 addCubic(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) argument
1255 addSubCubic(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4, int level) argument
1437 addDashQuad(double x1, double y1, double x2, double y2, double x3, double y3) argument
1555 addDashCubic(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) argument
1915 Quad(double x1, double y1, double x2, double y2, double x3, double y3) argument
2033 Cubic(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) argument
2291 cubicTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
[all...]
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpns_corr.cpp150 multiplier = hcb2_scale_mod_4[scale & 0x3];
299 multiplier = hcb2_scale_mod_4[scale & 0x3];
H A Dintensity_right.cpp175 multiplier = multiplier * intensity_factor[scalefactor & 0x3];
364 multiplier *= intensity_factor[scalefactor & 0x3];
H A Dget_adts_header.cpp203 pVars->prog_config.profile = (lower_16 >> 10) AND 0x3;
428 pVars->prog_config.profile = (lower_16 >> 10) & 0x3;
H A Dhuffspec_fxp.cpp641 scale = exptable[fac & 0x3];
/frameworks/base/graphics/java/android/graphics/
H A DPath.java262 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
269 * @param x3 The x-coordinate of the end point on a cubic curve
273 float x3, float y3) {
274 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
283 float x3, float y3) {
284 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
565 float x2, float y2, float x3, float y3);
567 float x2, float y2, float x3, float y3);
272 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
282 rCubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
564 native_cubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
566 native_rCubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/awt/java/awt/geom/
H A DLine2D.java606 * @param x3
616 public static boolean linesIntersect(double x1, double y1, double x2, double y2, double x3, argument
619 * A = (x2-x1, y2-y1) B = (x3-x1, y3-y1) C = (x4-x1, y4-y1) D = (x4-x3,
620 * y4-y3) = C-B E = (x1-x3, y1-y3) = -B F = (x2-x3, y2-y3) = A-B Result
627 x3 -= x1; // B
632 double AvB = x2 * y3 - x3 * y2;
638 return (x4 * x3 <= 0.0)
639 || ((x3 * x
[all...]
H A DGeneralPath.java365 * curve from the current endpoint to the point (x3, y3) using (x1, y1) and
381 * @param x3
386 public void curveTo(float x1, float y1, float x2, float y2, float x3, float y3) { argument
393 points[pointSize++] = x3;
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp223 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
259 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
282 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
334 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath.java302 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
309 * @param x3 The x-coordinate of the end point on a cubic curve
313 float x3, float y3) {
314 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
312 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1034 * <p> Each matrix is returned either as a 3x3 or 4x4 row-major matrix
1260 if (((X & 0x3)==0) || ((Y & 0x3)==0))
1262 if ((X & 0x3) == (Y & 0x3))
1271 final int x = (X & 0x3)-1;
1272 final int y = (Y & 0x3)-1;
1273 final int z = (Z & 0x3)-1;
1324 * 3x3 (length=9) case:
/frameworks/base/core/java/android/os/
H A DAsyncTask.java150 private static final int MESSAGE_POST_CANCEL = 0x3;
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp127 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
132 SkScalar x3_ = SkFloatToScalar(x3);
137 static void rCubicTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
142 SkScalar x3_ = SkFloatToScalar(x3);
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_intra.cpp982 x1 = *comp_refx++; /* reuse x1 instead of x3 */
1112 int x0, x1, x2, x3, x4, x5, x6; local
1119 x3 = *comp_refx++;
1128 x4 = x3;
1129 x5 = x3;
1130 x6 = x3;
1135 x2 += x3 + 1;
1136 x3 += x4 + 1;
1143 temp1 |= ((x3 >> 1) << 24);
1150 temp2 |= (((x2 + x3) >>
[all...]
/frameworks/base/opengl/libagl/
H A Ddxt.cpp295 int code = bits & 0x3;
404 int code = bits & 0x3;
561 int code = bits & 0x3;

Completed in 280 milliseconds

12