HomeSort by relevance Sort by last modified time
    Searched defs:vy (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.h 35 float vx, vy; member in struct:ui::VelocityTrackerState::Velocity
velocity_tracker_state.cc 45 float vx, vy; local
46 velocity_tracker_.GetVelocity(id, &vx, &vy);
49 vy = vy * units / 1000.f;
56 if (vy > max_velocity)
57 vy = max_velocity;
58 else if (vy < -max_velocity)
59 vy = -max_velocity;
63 velocity.vy = vy;
74 float vy; local
86 float vx, vy; local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_filter_neon.h 29 uint8x8_t vy, vconst16_8, v16_y, vres; local
34 vy = vdup_n_u8(y); // duplicate y into vy
36 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
44 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
64 uint8x8_t vy, vconst16_8, v16_y, vres; local
69 vy = vdup_n_u8(y); // duplicate y into vy
71 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
79 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 29 uint8x8_t vy, vconst16_8, v16_y, vres; local
34 vy = vdup_n_u8(y); // duplicate y into vy
36 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
44 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
64 uint8x8_t vy, vconst16_8, v16_y, vres; local
69 vy = vdup_n_u8(y); // duplicate y into vy
71 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
79 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] *
    [all...]
  /frameworks/native/libs/input/
VelocityControl.cpp 71 float vx, vy; local
73 if (mVelocityTracker.getVelocity(0, &vx, &vy)) {
74 float speed = hypotf(vx, vy) * scale;
88 "vx=%0.3f, vy=%0.3f, speed=%0.3f, accel=%0.3f",
91 vx, vy, speed, scale / mParameters.scale);
VelocityTracker.cpp 903 float vy = (position.y - oldestPosition.y) * scale; local
905 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration);
    [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 401 const float vy = gesture_event.data.flingStart.velocityY; local
402 current_fling_velocity_ = gfx::Vector2dF(vx, vy);
405 WebFloatPoint(vx, vy),
408 disallow_vertical_fling_scroll_ = !vy;
414 "vy",
415 vy);
420 fling_parameters_.delta = WebFloatPoint(vx, vy);
572 "vy",
  /external/chromium_org/third_party/skia/src/utils/
SkNinePatch.cpp 75 const SkScalar vy, const SkScalar ty,
79 verts->set(vx, vy); verts++;
89 verts->set(vx, vy); verts++;
92 verts->set(bounds.fRight, vy); verts++;
211 SkScalar vy = bounds.fTop; local
212 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs,
220 vy += stretchY;
222 vy += ty;
228 vy += SkScalarMul(ty, -stretchY);
231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs
    [all...]
  /external/opencv/cv/src/
cvoptflowbm.cpp 340 int vx = cvRound( velxf[j] ), vy = cvRound( velyf[j] ); local
341 velx[j] = vx; vely[j] = vy;
537 float vx = (float)velx[j]*back, vy = (float)vely[j]*back;
538 velxf[j] = vx; velyf[j] = vy;
cvoptflowhs.cpp 324 float *vy = velocityY; local
329 memset( vy, 0, imageWidth * sizeof( float ));
332 vy += velStep;
cvsurf.cpp 372 float vx, vy, w; local
379 vy = icvCalcHaarPattern( ptr, dy_t, NX )*w;
380 X[nangle] = vx; Y[nangle] = vy;
478 float vy = (PATCH[i+1][j] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i][j+1])*dw; local
480 DY[i][j] = vy;
cvhough.cpp 909 float vx, vy; local
914 vy = dy_row[x];
916 if( !edges_row[x] || (vx == 0 && vy == 0) )
919 if( fabs(vx) < fabs(vy) )
921 sx = cvRound(vx*ONE/fabs(vy));
922 sy = vy < 0 ? -ONE : ONE;
927 sy = cvRound(vy*ONE/fabs(vx));
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
mct.c 162 __m128 vy, vu, vv; local
165 vy = _mm_load_ps(c0);
168 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
169 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
170 vb = _mm_add_ps(vy, _mm_mul_ps(vu, vbu));
178 vy = _mm_load_ps(c0);
181 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
182 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
183 vb = _mm_add_ps(vy, _mm_mul_ps(vu, vbu));
  /external/pixman/pixman/
pixman-android.c 186 pixman_fixed_t vx, vy; local
192 vy = v.vector[1];
201 y1 = pixman_fixed_to_int(vy);
202 weight2 = pixman_fixed_to_bilinear_weight(vy);
212 vy += unit_y;
291 pixman_fixed_t vx, vy; local
302 vy = v.vector[1];
309 y = ((int) ((vy) >> 16));
310 vy += unit_y;
pixman-bits-image.c 747 pixman_fixed_t vx, vy; local
764 vy = v.vector[1];
784 y = ((vy >> y_phase_shift) << y_phase_shift) + ((1 << y_phase_shift) >> 1);
865 vy += uy;
    [all...]
pixman-fast-path.c 1470 pixman_fixed_t vy; local
    [all...]
  /external/skia/src/utils/
SkNinePatch.cpp 75 const SkScalar vy, const SkScalar ty,
79 verts->set(vx, vy); verts++;
89 verts->set(vx, vy); verts++;
92 verts->set(bounds.fRight, vy); verts++;
211 SkScalar vy = bounds.fTop; local
212 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs,
220 vy += stretchY;
222 vy += ty;
228 vy += SkScalarMul(ty, -stretchY);
231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs
    [all...]
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 57 float vx, vy; member in struct:android::VelocityTrackerState::Velocity
87 float vx, vy; local
88 mVelocityTracker.getVelocity(id, &vx, &vy);
91 vy = vy * units / 1000;
98 if (vy > maxVelocity) {
99 vy = maxVelocity;
100 } else if (vy < -maxVelocity) {
101 vy = -maxVelocity;
106 velocity.vy = vy
115 float vx, vy; local
189 float vy; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 535 double vy = Math.sin(direction) * dispersion; local
539 double temp = vy;
540 vy = temp * Math.cos(tilt) - vz * Math.sin(tilt);
545 vx = temp * Math.cos(orientation) - vy * Math.sin(orientation);
546 vy = temp * Math.sin(orientation) + vy * Math.cos(orientation);
554 float py = (float) (vy * pd);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 133 short vx, vy; local
134 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy);
137 pInfo->m_OriginY -= fontsize * vy / 1000;
385 short vx, vy; local
386 pCIDFont->GetVertOrigin(CID, vx, vy);
389 char_rect.top -= vy;
390 char_rect.bottom -= vy;
452 short vx, vy; local
453 pCIDFont->GetVertOrigin(CID, vx, vy);
456 char_rect.top -= vy;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 576 short vx, vy; local
577 pCIDFont->GetVertOrigin(CID, vx, vy);
579 charpos.m_OriginY -= FontSize * vy / 1000;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1651 float vy = dvdy * scaling; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1651 float vy = dvdy * scaling; local
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 586 double vy = double(pFaceTracker->face[LEYE].ptCenter.y + pFaceTracker->face[REYE].ptCenter.y) / 2.0 - pFaceTracker->face[MOUTH].ptCenter.y; local
588 double n1_n2 = (vx * vx + vy * vy) * (vx_prev * vx_prev + vy_prev * vy_prev);
590 pFaceTracker->dbRotateDelta = asin((vx * vy_prev - vx_prev * vy) / sqrt(n1_n2));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 1662 GLfloat vy = dvdy * scaling; local
1783 GLfloat vy = dvdy * scaling; local
    [all...]

Completed in 992 milliseconds

1 2