Lines Matching refs:data_cost

97                 T* data_cost = (T*)ctemp + y * msg_step + x;  in get_first_k_initial_global()  local
105 T cur = data_cost[d * disp_step]; in get_first_k_initial_global()
115 data_cost [id * disp_step] = numeric_limits<T>::max(); in get_first_k_initial_global()
132 T* data_cost = (T*)ctemp + y * msg_step + x; in get_first_k_initial_local() local
136 T prev = data_cost[0 * disp_step]; in get_first_k_initial_local()
137 T cur = data_cost[1 * disp_step]; in get_first_k_initial_local()
138 T next = data_cost[2 * disp_step]; in get_first_k_initial_local()
147 data_cost[d * disp_step] = numeric_limits<T>::max(); in get_first_k_initial_local()
153 next = data_cost[(d + 1) * disp_step]; in get_first_k_initial_local()
163 cur = data_cost[d * disp_step]; in get_first_k_initial_local()
173 data_cost[id * disp_step] = numeric_limits<T>::max(); in get_first_k_initial_local()
194 T* data_cost = (T*)ctemp + y * msg_step + x; in init_data_cost() local
215 data_cost[disp_step * d] = saturate_cast<T>(val); in init_data_cost()
262 T* data_cost = (T*)ctemp + y_out * msg_step + x_out; in init_data_cost_reduce() local
265 data_cost[disp_step * d] = saturate_cast<T>(val); in init_data_cost_reduce()
371 T* data_cost = data_cost_ + y * msg_step + x; in compute_data_cost() local
394 data_cost[disp_step1 * d] = saturate_cast<T>(val); in compute_data_cost()
409 T* data_cost = data_cost_ + y_out * msg_step + x_out; in compute_data_cost_reduce() local
445 data_cost[disp_step1 * d] = saturate_cast<T>(val); in compute_data_cost_reduce()
450 …, const uchar *cright, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, int /*rows*/, i… in compute_data_cost_caller_() argument
461 …rid, threads, 0, stream>>>(cleft, cright, cimg_step, disp_selected_pyr, data_cost, h, w, level, nr… in compute_data_cost_caller_()
462 …rid, threads, 0, stream>>>(cleft, cright, cimg_step, disp_selected_pyr, data_cost, h, w, level, nr… in compute_data_cost_caller_()
463 …rid, threads, 0, stream>>>(cleft, cright, cimg_step, disp_selected_pyr, data_cost, h, w, level, nr… in compute_data_cost_caller_()
469 …, const uchar *cright, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, int rows, int c… in compute_data_cost_reduce_caller_() argument
481 …eads, smem_size, stream>>>(cleft, cright, cimg_step, disp_selected_pyr, data_cost, level, rows, co… in compute_data_cost_reduce_caller_()
482 …eads, smem_size, stream>>>(cleft, cright, cimg_step, disp_selected_pyr, data_cost, level, rows, co… in compute_data_cost_reduce_caller_()
483 …eads, smem_size, stream>>>(cleft, cright, cimg_step, disp_selected_pyr, data_cost, level, rows, co… in compute_data_cost_reduce_caller_()
489 …, const uchar *cright, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, size_t msg_step, in compute_data_cost() argument
493 …, const uchar *cright, size_t cimg_step, const T* disp_selected_pyr, T* data_cost, int rows, int c… in compute_data_cost()
506 …callers[level](cleft, cright, cimg_step, disp_selected_pyr, data_cost, rows, cols, h, w, level, nr… in compute_data_cost()
513 …uchar *cright, size_t cimg_step, const short* disp_selected_pyr, short* data_cost, size_t msg_step,
516 …uchar *cright, size_t cimg_step, const float* disp_selected_pyr, float* data_cost, size_t msg_step,
579 const T* data_cost = data_cost_ + y * msg_step + x; in init_message() local
585 … T val = data_cost[d * disp_step1] + u_cur[idx2] + d_cur[idx2] + l_cur[idx2] + r_cur[idx2]; in init_message()
604 data_cost, disparity_selected_cur, nr_plane, nr_plane2, in init_message()
614 T* data_cost_selected, const T* data_cost, size_t msg_step, in init_message() argument
630 data_cost_selected, data_cost, in init_message()
643 short* data_cost_selected, const short* data_cost, size_t msg_step,
649 float* data_cost_selected, const float* data_cost, size_t msg_step,