Searched refs:u_new (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.cu | 526 __device__ void get_first_k_element_increase(T* u_new, T* d_new, T* l_new, T* r_new, in get_first_k_element_increase() argument 549 u_new[i * disp_step1] = u_cur[id * disp_step2]; in get_first_k_element_increase() 592 T* u_new = u_new_ + y * msg_step + x; in init_message() local 602 get_first_k_element_increase(u_new, d_new, l_new, r_new, u_cur, d_cur, l_cur, r_cur, in init_message() 611 void init_message(uchar *ctemp, T* u_new, T* d_new, T* l_new, T* r_new, in init_message() argument 627 init_message<<<grid, threads, 0, stream>>>(ctemp, u_new, d_new, l_new, r_new, in init_message() 640 … template void init_message(uchar *ctemp, short* u_new, short* d_new, short* l_new, short* r_new, 646 … template void init_message(uchar *ctemp, float* u_new, float* d_new, float* l_new, float* r_new,
|
D | stereocsbp.hpp | 15 void init_message(uchar *ctemp, T* u_new, T* d_new, T* l_new, T* r_new,
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 774 SAFE_VECTOR_DECL(u_new, gpu_mem_allocator, kSizeInPixelsAligned); in NCVBroxOpticalFlow() 919 FloatVector* ptrUNew = &u_new; in NCVBroxOpticalFlow()
|