Home
last modified time | relevance | path

Searched refs:vy (Results 1 – 25 of 75) sorted by relevance

123

/external/skia/src/opts/
DSkBitmapProcState_filter_neon.h27 uint8x8_t vy, vconst16_8, v16_y, vres; in Filter_32_opaque_neon() local
32 vy = vdup_n_u8(y); // duplicate y into vy in Filter_32_opaque_neon()
34 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y in Filter_32_opaque_neon()
42 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y in Filter_32_opaque_neon()
62 uint8x8_t vy, vconst16_8, v16_y, vres; in Filter_32_alpha_neon() local
67 vy = vdup_n_u8(y); // duplicate y into vy in Filter_32_alpha_neon()
69 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y in Filter_32_alpha_neon()
77 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y in Filter_32_alpha_neon()
/external/skia/src/utils/
DSkNinePatch.cpp75 const SkScalar vy, const SkScalar ty, in fillRow() argument
79 verts->set(vx, vy); verts++; in fillRow()
89 verts->set(vx, vy); verts++; in fillRow()
92 verts->set(bounds.fRight, vy); verts++; in fillRow()
211 SkScalar vy = bounds.fTop; in DrawMesh() local
212 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs, in DrawMesh()
220 vy += stretchY; in DrawMesh()
222 vy += ty; in DrawMesh()
228 vy += SkScalarMul(ty, -stretchY); in DrawMesh()
231 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs, in DrawMesh()
/external/opencv3/samples/python2/
Dtexture_flow.py40 vx, vy = np.int32(flow[y, x]*d) variable
41 cv2.line(vis, (x-vx, y-vy), (x+vx, y+vy), (0, 0, 0), 1, cv2.LINE_AA)
Dfitline.py67 vx, vy, cx, cy = cv2.fitLine(np.float32(points), func, 0, 0.01, 0.01)
68 cv2.line(img, (int(cx-vx*w), int(cy-vy*w)), (int(cx+vx*w), int(cy+vy*w)), (0, 0, 255))
/external/eigen/blas/
Dlevel1_real_impl.h68 StridedVectorType vy(vector(y,*n,std::abs(*incy))); in EIGEN_BLAS_FUNC()
71 Reverse<StridedVectorType> rvy(vy); in EIGEN_BLAS_FUNC()
73 …if(*incx<0 && *incy>0) internal::apply_rotation_in_the_plane(rvx, vy, JacobiRotation<Scalar>(c,s)); in EIGEN_BLAS_FUNC()
75 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(… in EIGEN_BLAS_FUNC()
Dlevel1_cplx_impl.h100 StridedVectorType vy(vector(y,*n,std::abs(*incy)));
103 Reverse<StridedVectorType> rvy(vy);
106 …if(*incx<0 && *incy>0) internal::apply_rotation_in_the_plane(rvx, vy, JacobiRotation<Scalar>(c,s));
108 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(…
/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_circles.cu79 const int vy = dy(y, x); in circlesAccumCenters() local
81 if (vx == 0 && vy == 0) in circlesAccumCenters()
84 const float mag = ::sqrtf(vx * vx + vy * vy); in circlesAccumCenters()
90 int sy = __float2int_rn((vy * idp) * ONE / mag); in circlesAccumCenters()
/external/pdfium/third_party/libopenjpeg20/
Dmct.c387 __m128 vy, vu, vv; in opj_mct_decode_real() local
390 vy = _mm_load_ps(c0); in opj_mct_decode_real()
393 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv)); in opj_mct_decode_real()
394 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv)); in opj_mct_decode_real()
395 vb = _mm_add_ps(vy, _mm_mul_ps(vu, vbu)); in opj_mct_decode_real()
403 vy = _mm_load_ps(c0); in opj_mct_decode_real()
406 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv)); in opj_mct_decode_real()
407 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv)); in opj_mct_decode_real()
408 vb = _mm_add_ps(vy, _mm_mul_ps(vu, vbu)); in opj_mct_decode_real()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp124 short vx, vy; in GetItemInfo() local
125 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy); in GetItemInfo()
128 pInfo->m_OriginY -= fontsize * vy / 1000; in GetItemInfo()
378 short vx, vy; in GetCharRect() local
379 pCIDFont->GetVertOrigin(CID, vx, vy); in GetCharRect()
382 char_rect.top -= vy; in GetCharRect()
383 char_rect.bottom -= vy; in GetCharRect()
453 short vy; in CalcPositionData() local
454 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData()
457 char_rect.top -= vy; in CalcPositionData()
[all …]
/external/libvncserver/webclients/novnc/include/
Ddisplay.js545 _rgbImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
554 this._drawCtx.putImageData(img, x - vx, y - vy);
557 _bgrxImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
566 this._drawCtx.putImageData(img, x - vx, y - vy);
569 _cmapImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
580 this._drawCtx.putImageData(img, x - vx, y - vy);
/external/libvncserver/libvncserver/
Drre.c178 int hx=0,hy,vx=0,vy; \
209 vy = j-1; \
217 vh = vy-y+1; \
Dcorre.c211 int hx=0,hy,vx=0,vy; \
242 vy = j-1; \
250 vh = vy-y+1; \
Dhextile.c202 int hx=0,hy,vx=0,vy; \
237 vy = j-1; \
245 vh = vy-y+1; \
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1149 FX_FLOAT fRadius1, fRadius2, sx, sy, vx, vy, nx, ny, offsetY, offsetX, in XFA_BOX_GetPath() local
1201 vx = 1, vy = 1; in XFA_BOX_GetPath()
1220 vx = -1, vy = 1; in XFA_BOX_GetPath()
1239 vx = -1, vy = -1; in XFA_BOX_GetPath()
1258 vx = 1, vy = -1; in XFA_BOX_GetPath()
1284 fRadius1 * 2 * vy - offsetY * 2); in XFA_BOX_GetPath()
1287 rtRadius.Offset(-fRadius1 * vx, -fRadius1 * vy); in XFA_BOX_GetPath()
1293 cp.x = cp1.x + fRadius1 * vx, cp.y = cp1.y + fRadius1 * vy; in XFA_BOX_GetPath()
1361 FX_FLOAT fRadius1, fRadius2, sx, sy, vx, vy, nx, ny; in XFA_BOX_GetFillPath() local
1378 vx = 1, vy = 1; in XFA_BOX_GetFillPath()
[all …]
/external/opencv/cv/src/
Dcvoptflowbm.cpp340 int vx = cvRound( velxf[j] ), vy = cvRound( velyf[j] ); in icvCalcOpticalFlowBM_8u32fR() local
341 velx[j] = vx; vely[j] = vy; in icvCalcOpticalFlowBM_8u32fR()
537 float vx = (float)velx[j]*back, vy = (float)vely[j]*back; in icvCalcOpticalFlowBM_8u32fR() local
538 velxf[j] = vx; velyf[j] = vy; in icvCalcOpticalFlowBM_8u32fR()
Dcvhough.cpp909 float vx, vy; in icvHoughCirclesGradient() local
914 vy = dy_row[x]; in icvHoughCirclesGradient()
916 if( !edges_row[x] || (vx == 0 && vy == 0) ) in icvHoughCirclesGradient()
919 if( fabs(vx) < fabs(vy) ) in icvHoughCirclesGradient()
921 sx = cvRound(vx*ONE/fabs(vy)); in icvHoughCirclesGradient()
922 sy = vy < 0 ? -ONE : ONE; in icvHoughCirclesGradient()
927 sy = cvRound(vy*ONE/fabs(vx)); in icvHoughCirclesGradient()
Dcvsurf.cpp372 float vx, vy, w; in cvExtractSURF() local
379 vy = icvCalcHaarPattern( ptr, dy_t, NX )*w; in cvExtractSURF()
380 X[nangle] = vx; Y[nangle] = vy; in cvExtractSURF()
478 float vy = (PATCH[i+1][j] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i][j+1])*dw; in cvExtractSURF() local
480 DY[i][j] = vy; in cvExtractSURF()
Dcvoptflowhs.cpp324 float *vy = velocityY; in icvCalcOpticalFlowHS_8u32fR() local
329 memset( vy, 0, imageWidth * sizeof( float )); in icvCalcOpticalFlowHS_8u32fR()
332 vy += velStep; in icvCalcOpticalFlowHS_8u32fR()
Dcvlinefit.cpp246 float vx = _line[0], vy = _line[1], vz = _line[2]; in icvCalcDist3D() local
258 p1 = vy * z - vz * y; in icvCalcDist3D()
260 p3 = vx * y - vy * x; in icvCalcDist3D()
/external/opencv3/modules/imgproc/src/
Dcornersubpix.cpp72 float vy = std::exp(-y*y); in cornerSubPix() local
76 mask[i * win_w + j] = (float)(vy*std::exp(-x*x)); in cornerSubPix()
Dlinefit.cpp227 float vx = _line[0], vy = _line[1], vz = _line[2]; in calcDist3D() local
239 p1 = vy * z - vz * y; in calcDist3D()
241 p3 = vx * y - vy * x; in calcDist3D()
Dhough.cpp1062 float vx, vy; in icvHoughCirclesGradient() local
1067 vy = dy_row[x]; in icvHoughCirclesGradient()
1069 if( !edges_row[x] || (vx == 0 && vy == 0) ) in icvHoughCirclesGradient()
1072 float mag = std::sqrt(vx*vx+vy*vy); in icvHoughCirclesGradient()
1075 sy = cvRound((vy*idp)*ONE/mag); in icvHoughCirclesGradient()
/external/llvm/test/CodeGen/X86/
Dmmx-coalescing.ll70 %vy = phi <1 x i64> [ %v21, %if.A ], [ %vx, %if.C ]
71 %v130 = bitcast <1 x i64> %vy to <4 x i16>
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/
Dpy_contour_features.markdown192 [vx,vy,x,y] = cv2.fitLine(cnt, cv2.DIST_L2,0,0.01,0.01)
193 lefty = int((-x*vy/vx) + y)
194 righty = int(((cols-x)*vy/vx)+y)
/external/skia/src/gpu/text/
DGrTextUtils.cpp125 int vx, int vy, GrColor color, GrFontScaler* scaler) { in BmpAppendGlyph() argument
140 int y = vy + glyph->fBounds.fTop; in BmpAppendGlyph()
153 SkIntToScalar(vx), SkIntToScalar(vy), 1.0f, false); in BmpAppendGlyph()

123