Home
last modified time | relevance | path

Searched refs:msg_step (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu88 size_t msg_step, size_t disp_step) in get_first_k_initial_global() argument
95 T* selected_disparity = selected_disp_pyr + y * msg_step + x; in get_first_k_initial_global()
96 T* data_cost_selected = data_cost_selected_ + y * msg_step + x; in get_first_k_initial_global()
97 T* data_cost = (T*)ctemp + y * msg_step + x; in get_first_k_initial_global()
123 size_t msg_step, size_t disp_step) in get_first_k_initial_local() argument
130 T* selected_disparity = selected_disp_pyr + y * msg_step + x; in get_first_k_initial_local()
131 T* data_cost_selected = data_cost_selected_ + y * msg_step + x; in get_first_k_initial_local()
132 T* data_cost = (T*)ctemp + y * msg_step + x; in get_first_k_initial_local()
181 int min_disp, size_t msg_step, size_t disp_step) in init_data_cost() argument
194 T* data_cost = (T*)ctemp + y * msg_step + x; in init_data_cost()
[all …]
Dstereocsbp.hpp6 …size_t cimg_step, int rows, int cols, T* disp_selected_pyr, T* data_cost_selected, size_t msg_step,
10 …t, const uchar *right, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, size_t msg_step,
18 T* data_cost_selected, const T* data_cost, size_t msg_step,
23 …const T* selected_disp_pyr_cur, size_t msg_step, int h, int w, int nr_plane, int iters, int max_di…
26 …T* d, const T* l, const T* r, const T* data_cost_selected, const T* disp_selected, size_t msg_step,