Lines Matching defs:data_cost
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
614 T* data_cost_selected, const T* data_cost, size_t msg_step, in init_message()