HomeSort by relevance Sort by last modified time
    Searched refs:xy (Results 101 - 125 of 477) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Healing.java 49 private static Bitmap buildMask(Rect rec, float[] xy) {
57 for (int i = 0; i < xy.length; i += 2) {
59 path.moveTo(xy[i] - rec.left, xy[i + 1] - rec.top);
61 path.lineTo(xy[i] - rec.left, xy[i + 1] - rec.top);
  /external/libopus/celt/
pitch.c 416 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy)
422 if (xy == 0 || xx == 0 || yy == 0)
439 g = MULT16_32_Q15(den, xy);
444 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy)
446 return xy/celt_sqrt(1+xx*yy);
457 opus_val32 xy,xx,yy,xy2; local
477 dual_inner_prod(x, x, x-T0, N, &xx, &xy, arch);
486 best_xy = xy;
488 g = g0 = compute_pitch_gain(xy, xx, yy);
510 dual_inner_prod(x, &x[-T1], &x[-T1b], N, &xy, &xy2, arch)
    [all...]
pitch.h 164 opus_val32 xy=0; local
166 xy = MAC16_16(xy, x[i], y[i]);
167 return xy;
  /external/libopus/celt/x86/
pitch_sse.c 112 float xy; local
125 _mm_store_ss(&xy, sum);
128 xy = MAC16_16(xy, x[i], y[i]);
130 return xy;
  /external/skia/gm/
drawatlas.cpp 107 const SkPoint xy[], const SkPath& path, const SkPaint& paint) {
123 if (!meas.getPosTan(xy[i].x() + offset, &pos, &tan)) {
124 pos = xy[i];
129 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset;
130 xform[i].fTy = pos.y() + tan.x() * xy[i].y() - tan.y() * offset;
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 93 SkDPoint xy = quad.ptAtT(tIndex / 4.0); local
99 double x = xy.fX;
100 double y = xy.fY;
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_resampler.c 153 float xy = 0; local
192 xy += n * cumSum;
204 skew = (xy - xAvg * y) / denom;
  /system/core/libpixelflinger/codeflinger/
blending.cpp 490 int xy;
497 xy = xyBB;
500 xy = xyTB;
505 xy = xyBB;
510 xy = xyTB;
513 xy = xyTT;
518 xy = xyTB;
525 xy = xyBB;
530 xy = xyBT;
535 xy = yB; //XXX SMULW
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r5900-error-vu0.s 76 vaddaz.xy $ACCx, $vf0xy, $vf0z
77 vaddaz.xy $ACCxyz, $vf0xy, $vf31z
204 vitof4.xy $0xy, $vf0xy
214 vlqd.xy $vf0, (--$vi0xy)
230 vlqi.xy $vf0, ($vi0xy++)
231 vlqi.xy $vf1, ($2xy++)
250 vmaddai.xy $ACCxy, $vf0xyw, $I
251 vmaddai.xy $ACCxy, $vf1xyz, $
    [all...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 63 double xy = fX * a.fY; local
65 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx;
70 double xy = fX * a.fY; local
72 return AlmostEqualUlpsNoNormalCheck(xy, yx) ? 0 : xy - yx;
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Healing.java 49 private static Bitmap buildMask(Rect rec, float[] xy) {
57 for (int i = 0; i < xy.length; i += 2) {
59 path.moveTo(xy[i] - rec.left, xy[i + 1] - rec.top);
61 path.lineTo(xy[i] - rec.left, xy[i + 1] - rec.top);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 301 int[] xy = new int[2]; local
304 getLocationOnScreen(xy);
305 return (x > xy[0] && x < (xy[0] + getWidth()) && y > xy[1] && y < xy[1] + getHeight());
  /external/skia/include/core/
SkShader.h 89 bool isABitmap(SkBitmap* outTexture, SkMatrix* outMatrix, TileMode xy[2]) const;
100 SkImage* isAImage(SkMatrix* localMatrix, TileMode xy[2]) const;
  /external/skia/src/shaders/
SkImageShader.cpp 89 SkImage* SkImageShader::onIsAImage(SkMatrix* texM, TileMode xy[]) const {
93 if (xy) {
94 xy[0] = (TileMode)fTileModeX;
95 xy[1] = (TileMode)fTileModeY;
101 bool SkImageShader::onIsABitmap(SkBitmap* texture, SkMatrix* texM, TileMode xy[]) const {
113 if (xy) {
114 xy[0] = (TileMode)fTileModeX;
115 xy[1] = (TileMode)fTileModeY;
  /external/syslinux/com32/lib/sys/
vesacon_write.c 153 vesacon_setcursor(st->xy.x, st->xy.y, st->cursor);
  /frameworks/base/libs/hwui/
SkiaShader.cpp 204 SkShader::TileMode xy[2]; local
205 if (!shader.isABitmap(&bitmap, nullptr, xy)) {
230 && (xy[0] != SkShader::kClamp_TileMode || xy[1] != SkShader::kClamp_TileMode))) {
234 description->bitmapWrapS = gTileModes[xy[0]];
235 description->bitmapWrapT = gTileModes[xy[1]];
240 outData->wrapS = gTileModes[xy[0]];
241 outData->wrapT = gTileModes[xy[1]];
  /frameworks/native/libs/math/tests/
half_test.cpp 89 half2 h2(f4.xy);
93 EXPECT_EQ(f4.xy, h2);
  /frameworks/support/design/tests/src/android/support/design/widget/
FloatingActionButtonTest.java 220 final int[] xy = new int[2];
221 fab.getLocationOnScreen(xy);
226 xy[0] + rect.centerX(),
227 xy[1] + rect.centerY()
236 final int[] xy = new int[2];
237 view.getLocationOnScreen(xy);
240 xy[0] + (view.getWidth() / 2f),
241 xy[1] + (view.getHeight() * 1.5f)
  /packages/apps/Dialer/java/com/android/incallui/
AccelerometerListener.java 155 // magnitude of the acceleration vector projected onto XY plane
156 final double xy = Math.hypot(x, y); local
158 double angle = Math.atan2(xy, z);
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 189 final int[] xy = new int[2]; local
190 videoView.getLocationOnScreen(xy);
195 final float x = xy[0] + viewWidth / 2.0f;
196 final float y = xy[1] + viewHeight / 2.0f;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYStepCalculator.java 17 package com.androidplot.xy;
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
RectRegionTest.java 17 package com.androidplot.xy;
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
TouchZoomExampleActivity.java 33 import com.androidplot.xy.BoundaryMode;
34 import com.androidplot.xy.LineAndPointFormatter;
35 import com.androidplot.xy.SimpleXYSeries;
36 import com.androidplot.xy.XYPlot;
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; local
98 xy = ax * ay;
106 rot[1*4 + 0] = xy * one_c - zs;
110 rot[0*4 + 1] = xy * one_c + zs;
  /external/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_

Completed in 4136 milliseconds

1 2 3 45 6 7 8 91011>>