Searched refs:h_sum (Results 1 – 2 of 2) sorted by relevance
1038 NCVStatus nppiStRectStdDev_32f_C1R_host(Ncv32u *h_sum, Ncv32u sumStep, in nppiStRectStdDev_32f_C1R_host() argument1044 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()
518 NCVStatus nppiStRectStdDev_32f_C1R_host(Ncv32u *h_sum, Ncv32u sumStep,