Searched defs:xy (Results 26 - 50 of 118) sorted by relevance

12345

/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp91 SkDPoint xy = quad.ptAtT(tIndex / 4.0); local
97 double x = xy.fX;
98 double y = xy.fY;
/external/freetype/src/cff/
H A Dcffobjs.h106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
/external/opencv/cv/src/
H A Dcvlinefit.cpp48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
64 xy += points[i].x * points[i].y;
76 xy += weights[i] * points[i].x * points[i].y;
85 xy /= w;
89 dxy = xy - x * y;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
127 xy += x * y * w;
147 xy += x * y;
160 xy /= w0;
171 dxy = xy
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.h106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
/external/skia/src/core/
H A DSkBitmapProcState_matrix.h29 uint32_t xy[], int count, int x, int y);
31 uint32_t xy[], int count, int x, int y);
33 uint32_t* SK_RESTRICT xy, int count,
51 uint32_t xy[], int count, int x, int y) {
70 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y);
77 decal_filter_scale(xy, SkFractionalIntToFixed(fx),
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
91 uint32_t xy[], int count, int x, int y) {
113 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, oneY PREAMBLE_ARG_Y);
115 *xy
50 SCALE_FILTER_NAME(const SkBitmapProcState& s, uint32_t xy[], int count, int x, int y) argument
90 AFFINE_FILTER_NAME(const SkBitmapProcState& s, uint32_t xy[], int count, int x, int y) argument
120 PERSP_FILTER_NAME(const SkBitmapProcState& s, uint32_t* SK_RESTRICT xy, int count, int x, int y) argument
[all...]
H A DSkBitmapProcState_procs.h28 int xy = x * y >> 3; local
29 return a00 * (32 - 2*y - 2*x + xy) +
30 a01 * (2*x - xy) +
31 a10 * (2*y - xy) +
32 a11 * xy;
56 int xy = x * y >> 4; local
57 uint32_t result = a00 * (16 - y - x + xy) +
58 a01 * (x - xy) +
59 a10 * (y - xy) +
60 a11 * xy;
71 int xy = x * y; local
[all...]
H A DSkBitmapProcState_sample.h29 const uint32_t* SK_RESTRICT xy,
32 const uint32_t* SK_RESTRICT xy,
35 const uint32_t* SK_RESTRICT xy,
38 const uint32_t* SK_RESTRICT xy,
42 const uint32_t* SK_RESTRICT xy,
58 XY = *xy++;
64 XY = *xy++;
71 XY = *xy++;
84 const uint32_t* SK_RESTRICT xy,
98 SkASSERT((unsigned)xy[
41 _nofilter_DXDY(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
83 _nofilter_DX(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
138 _filter_DX(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
184 _filter_DXDY(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
[all...]
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp91 SkDPoint xy = quad.ptAtT(tIndex / 4.0); local
97 double x = xy.fX;
98 double y = xy.fY;
/external/speex/libspeex/
H A Dfilters_bfin.h89 spx_word32_t *xy; local
95 xy = xy2+1;
113 "P2 = %0;\n\t" /* Fused xy */
183 "R5 = [I2--];\n\t" /* load xy */
221 : : "m" (xy), "m" (_x), "m" (_y), "m" (numden), "m" (N), "m" (ord), "m" (mem)
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h368 /* x' = x*xx + y*xy */
375 /* xy :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c721 FT_Fixed xx, xy, yx, yy; local
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
728 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
730 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
732 b->xx = xx; b->xy = xy;
750 FT_MulFix( matrix->xy, matrix->yx );
755 matrix->xy
775 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_mips32.c254 const uint32_t xy = X[i] + Y[i]; local
257 if (xy == xy_next) {
260 temp0 = (xy != 0);
265 const uint32_t xy = X[i] + Y[i]; local
267 temp0 = (xy != 0);
/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c167 opus_val32 xy; local
194 xy = yy = 0;
231 xy = MAC16_16(xy, X[j],y[j]);
272 Rxy = EXTRACT16(SHR32(ADD32(xy, EXTEND32(X[j])),rshift));
291 xy = ADD32(xy, EXTEND32(X[best_id]));
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_sample.h29 const uint32_t* SK_RESTRICT xy,
32 const uint32_t* SK_RESTRICT xy,
35 const uint32_t* SK_RESTRICT xy,
38 const uint32_t* SK_RESTRICT xy,
42 const uint32_t* SK_RESTRICT xy,
58 XY = *xy++;
64 XY = *xy++;
71 XY = *xy++;
84 const uint32_t* SK_RESTRICT xy,
98 SkASSERT((unsigned)xy[
41 _nofilter_DXDY(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
83 _nofilter_DX(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
138 _filter_DX(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
184 _filter_DXDY(const SkBitmapProcState& s, const uint32_t* SK_RESTRICT xy, int count, DSTTYPE* SK_RESTRICT colors) argument
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp303 SkDPoint xy = fQuad.ptAtT(t); local
307 return (xy.fX - fLine[0].fX) / dx;
309 return (xy.fY - fLine[0].fY) / dy;
H A DSkPathOpsLine.cpp56 double SkDLine::exactPoint(const SkDPoint& xy) const {
57 if (xy == fPts[0]) { // do cheapest test first
60 if (xy == fPts[1]) {
66 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { argument
67 if (!AlmostBetweenUlps(fPts[0].fX, xy.fX, fPts[1].fX)
68 || !AlmostBetweenUlps(fPts[0].fY, xy.fY, fPts[1].fY)) {
74 SkDVector ab0 = xy - fPts[0];
81 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
97 bool SkDLine::nearRay(const SkDPoint& xy) const {
101 SkDVector ab0 = xy
126 ExactPointH(const SkDPoint& xy, double left, double right, double y) argument
138 NearPointH(const SkDPoint& xy, double left, double right, double y) argument
161 ExactPointV(const SkDPoint& xy, double top, double bottom, double x) argument
173 NearPointV(const SkDPoint& xy, double top, double bottom, double x) argument
[all...]
H A DSkPathOpsPoint.h59 double xy = fX * a.fY; local
61 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx;
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_resampler.c161 float xy = 0; local
200 xy += n * cumSum;
212 skew = (xy - xAvg * y) / denom;
/external/freetype/include/
H A Dfttypes.h368 /* x' = x*xx + y*xy */
375 /* xy :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
/external/freetype/src/base/
H A Dftcalc.c964 FT_Fixed xx, xy, yx, yy; local
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
971 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
973 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
975 b->xx = xx; b->xy = xy;
993 FT_MulFix( matrix->xy, matrix->yx );
998 matrix->xy
1018 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/libopus/celt/
H A Dvq.c167 opus_val32 xy; local
194 xy = yy = 0;
231 xy = MAC16_16(xy, X[j],y[j]);
272 Rxy = EXTRACT16(SHR32(ADD32(xy, EXTEND32(X[j])),rshift));
291 xy = ADD32(xy, EXTEND32(X[best_id]));
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttypes.h368 /* x' = x*xx + y*xy */
375 /* xy :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttypes.h368 /* x' = x*xx + y*xy */
375 /* xy :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftcalc.c719 FT_Fixed xx, xy, yx, yy; local
725 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
726 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
728 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
730 b->xx = xx; b->xy = xy;
748 FT_MulFix( matrix->xy, matrix->yx );
753 matrix->xy
773 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp303 SkDPoint xy = fQuad.ptAtT(t); local
307 return (xy.fX - fLine[0].fX) / dx;
309 return (xy.fY - fLine[0].fY) / dy;

Completed in 449 milliseconds

12345