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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
camera.hpp 67 double ppx; // Principal point X member in struct:cv::detail::CameraParams
  /external/libpng/contrib/examples/
pngpixel.c 284 png_uint_32 px, ppx; local
302 if (y == py) for (px = xstart, ppx = 0;
303 px < width; px += xstep, ++ppx) if (x == px)
305 /* 'ppx' is the index of the pixel in the row
308 print_pixel(png_ptr, info_ptr, row_tmp, ppx);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 1923 Dfp ppx = getZero(); local
    [all...]

Completed in 1184 milliseconds