Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu357 … const uchar *cright, size_t cimg_step, const T* selected_disp_pyr, T* data_cost_, int h, int w, i… in compute_data_cost() argument
371 T* data_cost = data_cost_ + y * msg_step + x; in compute_data_cost()
400 … const uchar *cright, size_t cimg_step, const T* selected_disp_pyr, T* data_cost_, int level, int … in compute_data_cost_reduce() argument
409 T* data_cost = data_cost_ + y_out * msg_step + x_out; in compute_data_cost_reduce()
562 T* data_cost_selected_, const T* data_cost_, in init_message() argument
579 const T* data_cost = data_cost_ + y * msg_step + x; in init_message()