Home | History | Annotate | Download | only in test

Lines Matching refs:nppStat

200     NCVStatus nppStat;
202 nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &szTmpBufIntegral, this->devProp);
203 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
204 nppStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &szTmpBufSqIntegral, this->devProp);
205 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
219 nppStat = nppiStIntegral_8u32u_C1R(d_img.ptr(), d_img.pitch(),
223 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
225 nppStat = nppiStSqrIntegral_8u64u_C1R(d_img.ptr(), d_img.pitch(),
229 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
236 nppStat = nppiStRectStdDev_32f_C1R(
242 ncvAssertReturn(nppStat == NPPST_SUCCESS, false);