HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 26 - 50 of 197) sorted by null

12 3 4 5 6 7 8

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local
154 y1 = curr->yChan + lumstart;
162 oscl_memcpy(y1, y2, MB_SIZE);
163 y1 += width_Y;
165 oscl_memcpy(y1, y2, MB_SIZE);
166 y1 += width_Y;
168 oscl_memcpy(y1, y2, MB_SIZE);
169 y1 += width_Y;
171 oscl_memcpy(y1, y2, MB_SIZE);
172 y1 += width_Y
    [all...]
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /external/qemu/android/skin/
rect.c 150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
177 r.y1 = (a.y1 > b.y1) ? a.y1 : b.y1
    [all...]
rect.h 60 int x1, y1; member in struct:__anon5889
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
  /bionic/libm/src/
e_hypotf.c 26 float a=x,b=y,t1,t2,y1,y2,w; local
73 SET_FLOAT_WORD(y1,hb&0xfffff000);
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_hypot.c 34 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
36 * y1= y with lower 32 bits chopped, y2 = y-y1.
56 double a=x,b=y,t1,t2,y1,y2,w; local
110 y1 = 0;
111 SET_HIGH_WORD(y1,hb);
112 y2 = b - y1;
116 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/webkit/WebCore/svg/
SVGParserUtilities.cpp 212 virtual void svgMoveTo(double x1, double y1, bool closed, bool abs = true) = 0;
213 virtual void svgLineTo(double x1, double y1, bool abs = true) = 0;
216 virtual void svgCurveToCubic(double x1, double y1, double x2, double y2, double x, double y, bool abs = true) = 0;
218 virtual void svgCurveToQuadratic(double /*x*/, double /*y*/, double /*x1*/, double /*y1*/, bool /*abs*/ = true) { }
232 double contrlx, contrly, curx, cury, subpathx, subpathy, tox, toy, x1, y1, x2, y2, xc, yc; local
349 if (!parseNumber(ptr, end, x1) || !parseNumber(ptr, end, y1) ||
356 py1 = relative ? cury + y1 : y1;
371 svgCurveToCubic(narrowPrecisionToFloat(x1), narrowPrecisionToFloat(y1), narrowPrecisionToFloat(x2),
415 if (!parseNumber(ptr, end, x1) || !parseNumber(ptr, end, y1) ||
541 double x0, y0, x1, y1, xc, yc; local
631 double x1, y1, x2, y2, x3, y3; local
    [all...]
SVGLinearGradientElement.h 49 DECLARE_ANIMATED_PROPERTY(SVGLinearGradientElement, SVGNames::y1Attr, SVGLength, Y1, y1)
SVGPathElement.h 72 static PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2);
73 static PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2);
74 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1);
75 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1);
SVGPathElement.cpp 100 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2)
102 return SVGPathSegCurvetoCubicAbs::create(x, y, x1, y1, x2, y2);
105 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2)
107 return SVGPathSegCurvetoCubicRel::create(x, y, x1, y1, x2, y2);
110 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> SVGPathElement::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1)
112 return SVGPathSegCurvetoQuadraticAbs::create(x, y, x1, y1);
115 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)
117 return SVGPathSegCurvetoQuadraticRel::create(x, y, x1, y1);
SVGPathElement.idl 58 in float y1,
64 in float y1,
71 in float y1);
75 in float y1);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spstproc.h 119 Word16 y1[], /* i : Filtered adaptive exitation */
calc_en.h 139 * coeff[0] = y1 y1
140 * coeff[1] = -2 xn y1
143 * coeff[4] = 2 y1 y2
148 * Product <y1 y1> and <xn y1> have been computed in G_pitch() and
156 Word16 y1[], /* i : Adaptive codebook, Q0 */
158 Word16 g_coeff[], /* i : Correlations <xn y1> <y1 y1> *
    [all...]
  /frameworks/base/services/sensorservice/
SecondOrderLowPassFilter.h 49 float y1, y2; member in class:android::BiquadFilter
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 184 public void drawLine(int x1, int y1, int x2, int y2) {
187 y1 = mVScale.translate(y1);
190 getGc().drawLine(x1, y1, x2, y2);
199 public void drawRect(int x1, int y1, int x2, int y2) {
202 int y = mVScale.translate(y1);
204 int h = mVScale.scale(y2 - y1);
221 public void fillRect(int x1, int y1, int x2, int y2) {
224 int y = mVScale.translate(y1);
226 int h = mVScale.scale(y2 - y1);
    [all...]
  /external/fdlibm/
e_hypot.c 30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
102 y1 = 0;
103 __HI(y1) = hb;
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
LayoutFigure.java 101 int y1 = mHighlightInfo.linePoints[0].y; local
109 if (y1 <= 0) y1++;
114 if (y1 >= h - 1) y1--;
119 y1 += by;
126 graphics.drawLine(x1, y1, x2, y2);
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 156 audio_sample_t y1 = mDelays[0][2]; local
169 acc = mac_coef_sample(a1, y1, acc);
172 y2 = y1;
173 y1 = y0;
180 mDelays[0][2] = y1;
214 audio_sample_t y1 = mDelays[ch][2]; local
222 acc = mac_coef_sample(a1, y1, acc);
225 y2 = y1;
226 y1 = y0;
235 mDelays[ch][2] = y1;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient.java 29 * @param y1 The y-coordinate for the end of the gradient line
36 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[],
39 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
48 * @param y1 The y-coordinate for the end of the gradient line
53 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1,
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[],
84 mDy = y1 - y0;
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 395 int err, kl, x, y1, z; local
422 for (y1 = 0; y1 <= (int)(cipher_descriptor[x].block_length*2); y1++){
423 for (z = 0; z < y1; z++) {
429 if ((err = eax_encrypt_authenticate_memory(x, key, kl, nonce, y1, header, y1, plaintext, y1, plaintext, tag, &len)) != CRYPT_OK) {
433 fprintf(out, "%3d: ", y1);
434 for (z = 0; z < y1; z++)
455 int err, kl, x, y1, z; local
519 int err, kl, x, y1, z; local
582 int err, kl, x, y1, z; local
    [all...]
  /external/speex/libspeex/
ltp_arm4.h 101 spx_word32_t y0, y1, y2, y3; local
103 y1=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
  /bionic/libc/kernel/arch-sh/asm/
ptrace.h 68 unsigned long y1; member in struct:pt_dspregs
  /external/webkit/WebKit/android/plugins/
ANPPathInterface.cpp 66 static void anp_quadTo(ANPPath* path, float x0, float y0, float x1, float y1) {
68 SkFloatToScalar(x1), SkFloatToScalar(y1));
72 float x1, float y1, float x2, float y2) {
74 SkFloatToScalar(x1), SkFloatToScalar(y1),
  /external/skia/src/animator/
SkPathParts.cpp 125 SK_MEMBER(y1, Float),
133 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
137 fPath->fPath.quadTo(x1, y1, x2, y2);
154 fPath->fPath.rQuadTo(x1, y1, x2, y2);
166 SK_MEMBER(y1, Float),
175 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
179 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
196 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
  /external/skia/src/core/
SkScan_Antihair.cpp 223 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1,
229 if (SkAbs32(x1 - x0) > SkIntToFDot6(511) || SkAbs32(y1 - y0) > SkIntToFDot6(511))
238 int hy = (y0 >> 1) + (y1 >> 1);
240 do_anti_hairline(hx, hy, x1, y1, clip, blitter);
249 if (SkAbs32(x1 - x0) > SkAbs32(y1 - y0)) // mostly horizontal
253 SkTSwap<SkFDot6>(y0, y1);
259 if (y0 == y1) { // completely horizontal, take fast case
263 slope = fastfixdiv(y1 - y0, x1 - x0);
321 if (y0 > y1) // we want to go top-to-bottom
324 SkTSwap<SkFDot6>(y0, y1);
    [all...]

Completed in 740 milliseconds

12 3 4 5 6 7 8