Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp23 CTA_SIZE_DEFAULT = 256 enumerator
88 int ctaSize = ocl::Device::getDefault().isIntel() ? CTA_SIZE_INTEL : CTA_SIZE_DEFAULT; in ocl_fastNlMeansDenoising()