Home | History | Annotate | Download | only in src

Lines Matching refs:pxPerWIy

64     int pxPerWIy = (dev.isIntel() && (dev.type() & ocl::Device::TYPE_GPU)) ? 4 : 1;
67 ocl::typeToStr(depth), cn, pxPerWIy));
75 size_t globalsize[2] = {result.cols, (result.rows+pxPerWIy-1)/pxPerWIy};