Home
last modified time | relevance | path

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

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