HomeSort by relevance Sort by last modified time
    Searched refs:y3 (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/av/services/audioflinger/
AudioResamplerCubic.h 43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon39177
56 p->y2 = p->y3;
57 p->y3 = in;
58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1;
59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_curves.cpp 30 FX_FLOAT x3, FX_FLOAT y3,
36 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
41 FX_FLOAT x3, FX_FLOAT y3,
51 FX_FLOAT y23 = (y2 + y3) / 2;
53 FX_FLOAT y34 = (y3 + y4) / 2;
63 FX_FLOAT d3 = FXSYS_fabs(FXSYS_Mul(x3 - x4, dy) - FXSYS_Mul(y3 - y4, dx));
68 FXSYS_fabs(y1 + y3 - y2 - y2) +
70 FXSYS_fabs(y2 + y4 - y3 - y3) <= m_distance_tolerance_manhattan) {
102 FX_FLOAT x3, FX_FLOAT y3,
    [all...]
agg_curves.h 27 FX_FLOAT x3, FX_FLOAT y3,
35 cp[5] = y3;
41 FX_FLOAT x3, FX_FLOAT y3,
49 cp[5] = y3;
71 FX_FLOAT x3, FX_FLOAT y3,
76 init(x1, y1, x2, y2, x3, y3, x4, y4);
90 FX_FLOAT x3, FX_FLOAT y3,
128 FX_FLOAT x3, FX_FLOAT y3,
132 FX_FLOAT x3, FX_FLOAT y3,
147 FX_FLOAT x3, FX_FLOAT y3,
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve5x5.rs 36 uint32_t y3 = min((int32_t)y+1, gHeight-1);
57 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
83 uint32_t y3 = min((int32_t)y+1, gHeight-1);
104 float3 p3 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y3)) * gCoeffs[15]
105 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y3)) * gCoeffs[16]
106 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y3)) * gCoeffs[17
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftbbox.c 97 /* y3 :: The end coordinate. */
107 FT_Pos y3,
111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */
114 if ( y1 < y3 )
116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */
121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */
124 y1 = y3;
125 y3 = y2;
130 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftbbox.c 97 /* y3 :: The end coordinate. */
107 FT_Pos y3,
111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */
114 if ( y1 < y3 )
116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */
121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */
124 y1 = y3;
125 y3 = y2;
130 y1 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 36 float x3, y3; member in struct:bezier
53 float x3, float y3,
bezier.c 52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2);
55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3);
58 bez->y2 = left->y3 + t * (bez->y3 - left->y3);
61 left->y3 = left->y2 + t * (left->y3 - left->y2)
    [all...]
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
468 y3 = data[5];
471 map_if_relative(ox, oy, relative, &x3, &y3);
473 oy = y3;
480 matrix_map_point(matrix, x3, y3, &x3, &y3);
482 x2, y2, x3, y3);
494 y3 = data[3];
496 map_if_relative(ox, oy, relative, &x3, &y3);
501 y2 = (y3 + 2*y1) / 3.f
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 36 float x3, y3; member in struct:bezier
53 float x3, float y3,
bezier.c 52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2);
55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3);
58 bez->y2 = left->y3 + t * (bez->y3 - left->y3);
61 left->y3 = left->y2 + t * (left->y3 - left->y2)
    [all...]
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
468 y3 = data[5];
471 map_if_relative(ox, oy, relative, &x3, &y3);
473 oy = y3;
480 matrix_map_point(matrix, x3, y3, &x3, &y3);
482 x2, y2, x3, y3);
494 y3 = data[3];
496 map_if_relative(ox, oy, relative, &x3, &y3);
501 y2 = (y3 + 2*y1) / 3.f
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 11 int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}} local
default-constructor-initializers.cpp 34 struct Y3 : public Y2 {
36 Y3 y3; variable
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve5x5.rs 36 uint32_t y3 = min((int32_t)y+1, gHeight-1);
57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
convolve5x5.fs 35 uint32_t y3 = min((int32_t)y+1, gHeight-1);
56 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
57 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19];
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.rs 36 uint32_t y3 = min((int32_t)y+1, gHeight-1);
57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]
  /external/speex/libspeex/
ltp_arm4.h 101 spx_word32_t y0, y1, y2, y3; local
105 y3=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 111 x3, y3 = bcp2
116 if y1 < y and y2 < y and y3 < y and y4 < y:
118 if y1 >= y and y2 >= y and y3 >= y and y4 >= y:
123 by = (y3 - y2) * 3.0 - cy
176 x3, y3 = point
179 a = y3 - c - b
  /external/pixman/demos/
quad2quad.c 13 double x3, double y3,
118 t6 = px2 * px3 * t5 * y3;
120 t7 = - px2 * px3 * x2 * x3 * y3;
126 t12 = - px2 * py3 * t5 * y3;
128 t13 = px2 * py3 * x2 * x3 * y3;
154 t34 = - px3 * py2 * y3;
156 t35 = px2 * py3 * y3;
161 t39 = - px2 * px3 * t5 * y3;
163 t40 = px2 * px3 * x2 * x3 * y3;
169 t45 = px2 * py3 * t5 * y3;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
348 y3 = SkScalarRoundToFDot6(pts[3].fY, shift);
358 y3 = int(pts[3].fY * scale);
363 if (y0 > y3)
367 SkTSwap(y0, y3);
373 int bot = SkFDot6Round(y3);
389 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);
426 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);
434 fCLastY = SkFDot6ToFixed(y3);
  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.c 717 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
723 curY = y3;
1271 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local
1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/freetype/src/cff/
cf2intrp.c 717 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
723 curY = y3;
1271 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local
1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/opencv/cvaux/src/
decomppoly.cpp 152 int x1, y1, x2, y2, x3, y3;
190 y3 = contour[ index3 ].y;
197 dy2 = y3 - y2;
202 iy1 = y3 - y1;
246 y2 = y3;
256 y3 = contour[ index3 ].y;
271 y2 = y3;
285 y3 = contour[ index3 ].y;
300 y2 = y3;
314 y3 = contour[ index3 ].y
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2intrp.c 719 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local
722 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
725 curY = y3;
1273 CF2_Fixed y3 = cf2_stack_getReal( opStack, index + 5 ) + y2; local
1297 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1336 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1378 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]

Completed in 742 milliseconds

1 2 3 4 5 6 7 8