Searched refs:d_sqsum (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 900 __device__ Ncv64u getElemSqSum(Ncv32u x, Ncv64u *d_sqsum) in getElemSqSum() argument 912 return d_sqsum[x]; in getElemSqSum() 919 Ncv64u *d_sqsum, Ncv32u sqsumStep, in rectStdDev_32f_C1R() argument 940 sqsum_tl = getElemSqSum<tbCacheTexture>(sqsum_offset + rect.y * sqsumStep + rect.x, d_sqsum); in rectStdDev_32f_C1R() 941 … getElemSqSum<tbCacheTexture>(sqsum_offset + (rect.y + rect.height) * sqsumStep + rect.x, d_sqsum); in rectStdDev_32f_C1R() 942 …r = getElemSqSum<tbCacheTexture>(sqsum_offset + rect.y * sqsumStep + rect.x + rect.width, d_sqsum); in rectStdDev_32f_C1R() 943 …<tbCacheTexture>(sqsum_offset + (rect.y + rect.height) * sqsumStep + rect.x + rect.width, d_sqsum); in rectStdDev_32f_C1R() 982 Ncv64u *d_sqsum, Ncv32u sqsumStep, in nppiStRectStdDev_32f_C1R() argument 987 ncvAssertReturn(d_sum != NULL && d_sqsum != NULL && d_norm != NULL, NPPST_NULL_POINTER_ERROR); in nppiStRectStdDev_32f_C1R() 1011 (d_sum, sumStep, d_sqsum, sqsumStep, d_norm, normStep, roi, rect, invRectArea); in nppiStRectStdDev_32f_C1R() [all …]
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 496 Ncv64u *d_sqsum, Ncv32u sqsumStep,
|