Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu242 template <NcvBool tbCacheTextureIImg>
245 if (tbCacheTextureIImg) in getElemIImg()
293 NcvBool tbCacheTextureIImg,
408 Ncv32u rectSum = getElemIImg<tbCacheTextureIImg>(iioffsBR, d_IImg) - in applyHaarClassifierAnchorParallel()
409 getElemIImg<tbCacheTextureIImg>(iioffsBL, d_IImg) + in applyHaarClassifierAnchorParallel()
410 getElemIImg<tbCacheTextureIImg>(iioffsTL, d_IImg) - in applyHaarClassifierAnchorParallel()
411 getElemIImg<tbCacheTextureIImg>(iioffsTR, d_IImg); in applyHaarClassifierAnchorParallel()
482 template <NcvBool tbCacheTextureIImg,
548 Ncv32u rectSum = getElemIImg<tbCacheTextureIImg>(iioffsBR, d_IImg) - in applyHaarClassifierClassifierParallel()
549 getElemIImg<tbCacheTextureIImg>(iioffsBL, d_IImg) + in applyHaarClassifierClassifierParallel()
[all …]