Home
last modified time | relevance | path

Searched refs:yStep (Results 1 – 17 of 17) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfInputFile.cpp203 int yStart, yEnd, yStep; in bufferedReadPixels() local
209 yStep = -1; in bufferedReadPixels()
215 yStep = 1; in bufferedReadPixels()
229 for (int j = yStart; j != yEnd; j += yStep) in bufferedReadPixels()
/external/opencv3/modules/rsobjdetect/src/
Dinnerloop.cpp53 …nt height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData) { in innerloops() argument
78 sc->set_yStep(yStep); in innerloops()
Drsobjdetect.hpp4 …int height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData);
/external/opencv3/modules/rsobjdetect/src/rs/
DdetectAt.rs50 int yStep;
89 if (!(x_check % yStep == 0 && y_check % yStep == 0 ))
/external/droiddriver/src/io/appium/droiddriver/actions/
DSwipeAction.java190 double yStep = ((double) (endY - startY)) / steps; in perform() local
199 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i)); in perform()
/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c381 const VGint yStep = 1; in image_sub_data() local
428 y += yStep; in image_sub_data()
446 VGint y = 0, yStep = 1; in image_get_sub_data() local
464 y += yStep; in image_get_sub_data()
Dapi_images.c443 VGint y = (stfb->height - sy) - 1, yStep = -1; in vegaReadPixels() local
456 y += yStep; in vegaReadPixels()
Dmask.c109 VGint y = (stfb->height - sy) - 1, yStep = -1; in read_alpha_mask() local
140 y += yStep; in read_alpha_mask()
/external/pdfium/xfa/src/fxbarcode/common/
DBC_WhiteRectangleDetector.cpp194 float yStep = (bY - aY) / dist; in GetBlackPointOnSegment() local
197 int32_t y = Round(aY + i * yStep); in GetBlackPointOnSegment()
/external/opencv3/modules/video/src/opencl/
Doptical_flow_farneback.cl257 __global const float * flowy, int yStep,
269 float dy = flowy[mad24(y, yStep, x)];
410 __global float * flowy, int yStep,
427 flowy[mad24(y, yStep, x)] = (g22*h1 - g12*h2) * detInv;
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c758 GLint row, yStep; in fallback_copy_texsubimage() local
764 yStep = -1; in fallback_copy_texsubimage()
768 yStep = 1; in fallback_copy_texsubimage()
775 for (row = 0; row < height; row++, srcY += yStep) { in fallback_copy_texsubimage()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp909 int32_t yStep = FXSYS_round(pattern->_y1Step); in FillPathWithPattern() local
911 int32_t yCount = height / yStep + 1; in FillPathWithPattern()
914 bmp.TransferBitmap(j * xStep, i * yStep, xStep, yStep, in FillPathWithPattern()
1350 const FX_FLOAT yStep, in Create() argument
1359 _y1Step = yStep; in Create()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h429 const FX_FLOAT yStep,
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp1033 int yStep = s.ystep; in operator ()() local
1041 for( int y = y0; y < y1; y += yStep ) in operator ()()
1043 for( int x = 0; x < szw.width; x += yStep ) in operator ()()
1070 x += yStep; in operator ()()
Dcascadedetect.hpp132 int yStep, double factor, std::vector<Rect>& candidates,
/external/opencv/cv/src/
D_cvipp.h664 (float *pxMap, int xStep, float *pyMap, int yStep, CvSize roiSize,
/external/libpng/
Dlibpng-manual.txt2287 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass);
2308 output_y += yStep;