Searched refs:host_u (Results 1 – 1 of 1) sorted by relevance
191 NCVMatrixAlloc<Ncv32f> host_u(*g_pHostMemAllocator, u.width(), u.height()); in ShowFlow() local192 ncvAssertReturn(host_u.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ShowFlow()197 ncvAssertReturnNcvStat (u.copySolid (host_u, 0)); in ShowFlow()200 float *ptr_u = host_u.ptr (); in ShowFlow()224 ptr_u = host_u.ptr(); in ShowFlow()