Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu87 …__global__ void get_first_k_initial_global(uchar *ctemp, T* data_cost_selected_, T *selected_disp_… in get_first_k_initial_global() argument
96 T* data_cost_selected = data_cost_selected_ + y * msg_step + x; in get_first_k_initial_global()
122 …__global__ void get_first_k_initial_local(uchar *ctemp, T* data_cost_selected_, T* selected_disp_p… in get_first_k_initial_local() argument
131 T* data_cost_selected = data_cost_selected_ + y * msg_step + x; in get_first_k_initial_local()
562 T* data_cost_selected_, const T* data_cost_, in init_message() argument
589 T* data_cost_selected = data_cost_selected_ + y * msg_step + x; in init_message()