Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dderiv.cpp690 const size_t tileSizeYmax = wgs / tileSizeX; in ocl_Laplacian5() local
699 ….cols() >= (int) (kernelX.cols + tileSizeX) && _src.rows() >= (int) (kernelY.cols + tileSizeYmax))) in ocl_Laplacian5()
710 size_t tileSizeY = tileSizeYmax; in ocl_Laplacian5()