HomeSort by relevance Sort by last modified time
    Searched refs:pxPerWIx (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
templmatch.cpp 260 int pxPerWIx = (cn==1 && dev.isIntel() && (dev.type() & ocl::Device::TYPE_GPU)) ? 4 : 1;
264 if (pxPerWIx!=1)
266 rated_cn = pxPerWIx;
278 convertToWT, convertToWT1, cn, pxPerWIx));
289 size_t globalsize[2] = { (result.cols+pxPerWIx-1)/pxPerWIx, result.rows};
    [all...]
color.cpp     [all...]

Completed in 119 milliseconds