Searched refs:x0 (Results 1 - 25 of 40) sorted by relevance

12

/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},
202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5},
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},
205 {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0,
[all...]
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
115 x0 = ((*(blk += 8)) << 8) + 8192;
128 res = (x0 + x4) >> 14;
130 res2 = (x0 + x2) >> 14;
133 res = (x0 + x1) >> 14;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
144 res2 = (x0 - x1) >> 14;
147 res = (x0 - x2) >> 14;
150 res = (x0
160 int32 x0, x1, x3, x5, x7;//, x8; local
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; 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
553 x0 = ((*(blk += 8)) << 8) + 8192;
565 x8 = x0 + x1;
566 x0 -= x1;
578 x3 = x0 + x2;
579 x0 -= x2;
591 res = (x0 + x4) >> 14;
603 res2 = (x0 - x4) >> 14;
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
665 x0
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java22 @param x0 The x-coordinate for the start of the gradient line
32 public LinearGradient(float x0, float y0, float x1, float y1, argument
40 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
44 @param x0 The x-coordinate for the start of the gradient line
52 public LinearGradient(float x0, float y0, float x1, float y1, argument
54 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
58 private static native int nativeCreate1(float x0, float y0, float x1, float y1, argument
60 private static native int nativeCreate2(float x0, float y0, float x1, float y1, argument
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dhighpass_400hz_at_12k8.cpp150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
158 x0 = mem[4];
172 x1 = x0;
173 x0 = signal[i];
176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2);
196 mem[4] = x0;
H A Dhighpass_50hz_at_12k8.cpp152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
161 x0 = mem[4];
177 x1 = x0;
178 x0 = *pt_sign;
181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2);
201 mem[4] = x0;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DFontSize.java26 NORMAL(0x0),
H A DTextAlignment.java26 LEFT(0x0),
H A DTextColor.java26 BLACK(0x0),
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dpost_pro.cpp185 state->x0 = 0;
225 state->x0 = 0;
297 st->x1 = st->x0;
298 st->x0 = signal[i];
305 L_tmp = L_mac (L_tmp, st->x0, b[0]);
366 st->x1 = st->x0;
367 st->x0 = *(p_signal);
376 L_tmp += ((Word32) st->x0) * c_b0;
H A Dpost_pro.h106 Word16 x0; member in struct:__anon324
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_proc.h78 Word16 x0; member in struct:__anon338
H A Dpre_proc.cpp291 state->x0 = 0;
332 state->x0 = 0;
490 st->x1 = st->x0;
491 st->x0 = signal[i];
498 L_tmp = L_mac (L_tmp, st->x0, b[0]);
552 x_n_1 = st->x0;
584 st->x0 = x_n_1;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLinearGradient.java26 * @param x0 The x-coordinate for the start of the gradient line
36 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], argument
39 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
45 * @param x0 The x-coordinate for the start of the gradient line
53 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, argument
55 this(x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/, tile);
78 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[], argument
81 mX0 = x0;
83 mDx = x1 - x0;
/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java193 final float x0 = event.getRawX();
198 boolean p0sloppy = x0 < edgeSlop || y0 < edgeSlop
199 || x0 > rightSlop || y0 > bottomSlop;
227 final float x0 = event.getRawX();
232 boolean p0sloppy = x0 < edgeSlop || y0 < edgeSlop
233 || x0 > rightSlop || y0 > bottomSlop;
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DCaretManager.java71 if (hitInfo.isLeadingEdge() ^ ((breaker.getLevel(idx) & 0x1) == 0x0)) {
92 return (breaker.getLevel(logical) & 0x1) == 0x0 ?
246 if (((breaker.getLevel(idx) & 0x1) == 0x0) ^ hitInfo.isLeadingEdge()) {
258 if ((breaker.getLevel(resIdx) & 0x1) == 0x0) {
276 if ((breaker.getLevel(resIdx) & 0x1) == 0x0) {
286 resIsLeading = (breaker.getLevel(resIdx) & 0x1) == 0x0; // LTR char?
289 resIsLeading = (breaker.getLevel(resIdx) & 0x1) != 0x0; // RTL char?
294 resIsLeading = (breaker.getLevel(resIdx) & 0x1) != 0x0; // LTR char?
297 resIsLeading = (breaker.getLevel(resIdx) & 0x1) == 0x0; // RTL char?
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_intra.cpp907 int x0, x1, x2; local
912 x0 = temp & 0xFF;
916 Q_x = (x0 + 2 * x1 + x2 + 2) >> 2;
920 P_x = (x2 + 2 * x0 + x1 + 2) >> 2;
924 D = (x0 + 2 * x2 + x1 + 2) >> 2;
926 x0 = *comp_refy;
927 comp_refy += pitch; /* re-use x0 instead of y2 */
928 P_y = (x2 + 2 * x1 + x0 + 2) >> 2;
932 Q_y = (x1 + 2 * x0 + x2 + 2) >> 2;
935 R_y = (x0
971 int x0, x1, x2; local
1042 int x0, x1, x2; local
1112 int x0, x1, x2, x3, x4, x5, x6; local
[all...]
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java32 public static int TYPE_IDENTITY = 0x0;
H A DGridLayoutAnimationController.java56 public static final int DIRECTION_LEFT_TO_RIGHT = 0x0;
66 public static final int DIRECTION_TOP_TO_BOTTOM = 0x0;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java495 float x0, x1, y0, y1;
501 x0 = r.left; y0 = r.top;
502 x1 = x0; y1 = level * r.bottom;
505 x0 = r.right; y0 = r.top;
509 x0 = r.right; y0 = r.top;
513 x0 = r.right; y0 = r.bottom;
517 x0 = r.left; y0 = r.bottom;
518 x1 = x0; y1 = level * r.top;
521 x0 = r.left; y0 = r.bottom;
525 x0
[all...]
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp81 float x0, float y0, float x1, float y1,
85 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
113 float x0, float y0, float x1, float y1,
117 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
80 LinearGradient_create1(JNIEnv* env, jobject, float x0, float y0, float x1, float y1, jintArray colorArray, jfloatArray posArray, int tileMode) argument
112 LinearGradient_create2(JNIEnv* env, jobject, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) argument
/frameworks/base/libs/audioflinger/
H A DAudioResampler.cpp64 static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) { argument
65 return x0 + (((x1 - x0) * (int32_t)(f >> kPreInterpShift)) >> kNumInterpBits);
404 // r0 pin, x0, Samp
439 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
441 " add r0, r0, r4\n" /* x0 - (..) */\
513 // r0 pin, x0, Samp
548 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
549 " add r12, r12, r4\n" /* x0 - (..) */\
558 " smulwt r12, r12, r6\n" /* (x1-x0)*
[all...]
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Desc_iquant_scaling.cpp468 MOV R12, #0x0
469 MOV R11, #0x0
470 MOV R10, #0x0
471 MOV R9, #0x0
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp255 float x0 = *pSrc++; local
256 float x1 = x0;
265 if (x < x0) {
266 x0 = x;
295 float dx = x1 - x0;
298 *pSphere++ = x0 + dx * 0.5f;
313 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
314 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddress.java79 static public final int NUMBERING_PLAN_UNKNOWN = 0x0;

Completed in 277 milliseconds

12