Searched refs:disp_selected (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.hpp | 26 …t T* d, const T* l, const T* r, const T* data_cost_selected, const T* disp_selected, size_t msg_st…
|
D | stereocsbp.cu | 763 const T* disp_selected = disp_selected_pyr + y * msg_step + x; in compute_disp() local 780 best = saturate_cast<short>(disp_selected[idx]); in compute_disp() 788 …t T* d, const T* l, const T* r, const T* data_cost_selected, const T* disp_selected, size_t msg_st… in compute_disp() argument 799 …te_disp<<<grid, threads, 0, stream>>>(u, d, l, r, data_cost_selected, disp_selected, disp, nr_plan… in compute_disp() 806 …ort* l, const short* r, const short* data_cost_selected, const short* disp_selected, size_t msg_st… 809 …oat* l, const float* r, const float* data_cost_selected, const float* disp_selected, size_t msg_st…
|