Searched defs:data_cost (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.cu | 97 T* data_cost = (T*)ctemp + y * msg_step + x; in get_first_k_initial_global() local 132 T* data_cost = (T*)ctemp + y * msg_step + x; in get_first_k_initial_local() local 194 T* data_cost = (T*)ctemp + y * msg_step + x; in init_data_cost() local 262 T* data_cost = (T*)ctemp + y_out * msg_step + x_out; in init_data_cost_reduce() local 371 T* data_cost = data_cost_ + y * msg_step + x; in compute_data_cost() local 409 T* data_cost = data_cost_ + y_out * msg_step + x_out; in compute_data_cost_reduce() local 450 …t, const uchar *cright, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, int /*rows*/, … in compute_data_cost_caller_() 469 …t, const uchar *cright, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, int rows, int … in compute_data_cost_reduce_caller_() 489 …t, const uchar *cright, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, size_t msg_ste… in compute_data_cost() 579 const T* data_cost = data_cost_ + y * msg_step + x; in init_message() local [all …]
|
/external/opencv3/modules/cudastereo/src/ |
D | stereocsbp.cpp | 190 GpuMat u[2], d[2], l[2], r[2], disp_selected_pyr[2], data_cost, data_cost_selected; in compute() local
|