HomeSort by relevance Sort by last modified time
    Searched defs:Dy (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvcorner.cpp 209 CvMat *Dx = 0, *Dy = 0, *cov = 0;
296 CV_CALL( Dy = cvCreateMat( max_dy, aligned_width, d_depth ));
299 Dx->cols = Dy->cols = size.width;
325 stripe_size.height = dy_filter.process( src, Dy, cvRect(0,y,-1,delta),
339 Dy->data.ptr, d_step, stripe_size,
347 Dy->data.ptr, d_step, stripe_size ));
357 const short* dydata = (const short*)(Dy->data.ptr + i*Dy->step);
362 double dy = dydata[j]*factory; local
365 cov_data[j*3+1] = (float)(dx*dy);
377 double dy = dydata[j]*factory; local
670 double dy = dydata[j]; local
687 double dy = dydata[j]; local
    [all...]
cvsurf.cpp 114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm;
115 double dx = 0, dy = 0, dxy = 0; local
139 icvResizeHaarPattern( dy_s, Dy, NY, SIZE0, size, sum->cols );
170 dy = (s[Dy[0].p0] + s[Dy[0].p3] - s[Dy[0].p1] - s[Dy[0].p2])*Dy[0].w +
171 (s[Dy[1].p0] + s[Dy[1].p3] - s[Dy[1].p1] - s[Dy[1].p2])*Dy[1].w
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]

Completed in 235 milliseconds