Home | History | Annotate | Download | only in cuda

Lines Matching refs:szTmpBufIntegral

1629     Ncv32u szTmpBufIntegral, szTmpBufSqIntegral;
1630 nppStat = nppiStIntegralGetSize_8u32u(NcvSize32u(d_srcImg.width(), d_srcImg.height()), &szTmpBufIntegral, devProp);
1634 NCVVectorAlloc<Ncv8u> d_tmpIIbuf(gpuAllocator, std::max(szTmpBufIntegral, szTmpBufSqIntegral));
1642 d_tmpIIbuf.ptr(), szTmpBufIntegral, devProp);