HomeSort by relevance Sort by last modified time
    Searched full:dstd (Results 1 - 7 of 7) sorted by null

  /external/opencv/cv/src/
cvundistort.cpp 385 CvPoint2D64f* dstd; local
427 dstd = (CvPoint2D64f*)_dst->data.ptr;
483 dstd[i*dstep].x = x;
484 dstd[i*dstep].y = y;
  /external/opencv3/modules/imgproc/src/
undistort.cpp 275 CvPoint2D64f* dstd; local
328 dstd = (CvPoint2D64f*)_dst->data.ptr;
384 dstd[i*dstep].x = x;
385 dstd[i*dstep].y = y;
  /external/opencv3/modules/calib3d/src/
fundam.cpp 855 Point3d* dstd = lines.ptr<Point3d>();
865 dstd[i] = Point3d(a, b, c);
    [all...]
fisheye.cpp 359 cv::Vec2d* dstd = undistorted.getMat().ptr<cv::Vec2d>(); local
394 dstd[i] = fi;
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 2132 double dstd; member in struct:test_float
    [all...]
test-assembler-mips64.cc 2215 double dstd; member in struct:test_float
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/mips64/
libc++_static.a     [all...]

Completed in 401 milliseconds