Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu886 __device__ Ncv32u getElemSum(Ncv32u x, Ncv32u *d_sum) in getElemSum() function
933 Ncv32u sum_tl = getElemSum<tbCacheTexture>(sum_offset + rect.y * sumStep + rect.x, d_sum); in rectStdDev_32f_C1R()
934 …Ncv32u sum_bl = getElemSum<tbCacheTexture>(sum_offset + (rect.y + rect.height) * sumStep + rect.x,… in rectStdDev_32f_C1R()
935 …Ncv32u sum_tr = getElemSum<tbCacheTexture>(sum_offset + rect.y * sumStep + rect.x + rect.width, d_… in rectStdDev_32f_C1R()
936 …Ncv32u sum_br = getElemSum<tbCacheTexture>(sum_offset + (rect.y + rect.height) * sumStep + rect.x … in rectStdDev_32f_C1R()