Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu1038 NCVStatus nppiStRectStdDev_32f_C1R_host(Ncv32u *h_sum, Ncv32u sumStep, in nppiStRectStdDev_32f_C1R_host() argument
1044 ncvAssertReturn(h_sum != NULL && h_sqsum != NULL && h_norm != NULL, NPPST_NULL_POINTER_ERROR); in nppiStRectStdDev_32f_C1R_host()
1067 Ncv32u sum_tl = h_sum[sum_offset + rect.y * sumStep + rect.x]; in nppiStRectStdDev_32f_C1R_host()
1068 Ncv32u sum_bl = h_sum[sum_offset + (rect.y + rect.height) * sumStep + rect.x]; in nppiStRectStdDev_32f_C1R_host()
1069 Ncv32u sum_tr = h_sum[sum_offset + rect.y * sumStep + rect.x + rect.width]; in nppiStRectStdDev_32f_C1R_host()
1070 … Ncv32u sum_br = h_sum[sum_offset + (rect.y + rect.height) * sumStep + rect.x + rect.width]; in nppiStRectStdDev_32f_C1R_host()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNPP_staging.hpp518 NCVStatus nppiStRectStdDev_32f_C1R_host(Ncv32u *h_sum, Ncv32u sumStep,