Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dmoments.cpp498 int ytiles = (sz.height + TILE_SIZE-1)/TILE_SIZE; in ocl_moments() local
499 int ntiles = xtiles*ytiles; in ocl_moments()