Searched refs:h_imgII (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestIntegralImage.cpp | 91 NCVMatrixAlloc<T_out> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process() local 92 ncvAssertReturn(h_imgII.isMemAllocated(), false); in process() 150 (Ncv32u *)h_imgII.ptr(), h_imgII.pitch(), in process() 157 (Ncv32f *)h_imgII.ptr(), h_imgII.pitch(), in process() 178 if (h_imgII.ptr()[h_imgII.stride()*i+j] != h_imgII_d.ptr()[h_imgII_d.stride()*i+j]) in process() 185 …if (fabsf((float)h_imgII.ptr()[h_imgII.stride()*i+j] - (float)h_imgII_d.ptr()[h_imgII_d.stride()*i… in process()
|
D | TestRectStdDev.cpp | 105 NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII, heightII); in process() local 106 ncvAssertReturn(h_imgII.isMemAllocated(), false); in process() 160 h_imgII.ptr(), h_imgII.pitch(), in process() 169 ncvStat = nppiStRectStdDev_32f_C1R_host(h_imgII.ptr(), h_imgII.pitch(), in process()
|