Searched refs:cimg_step (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.cu | 179 …obal__ void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, in init_data_cost() argument 208 const uchar* lle = cleft + yi * cimg_step + xi * channels; in init_data_cost() 209 const uchar* lri = cright + yi * cimg_step + xr * channels; in init_data_cost() 221 …void init_data_cost_reduce(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, in init_data_cost_reduce() argument 245 const uchar* lle = cleft + y0 * cimg_step + channels * (x0 + tid ); in init_data_cost_reduce() 246 const uchar* lri = cright + y0 * cimg_step + channels * (x0 + tid - d); in init_data_cost_reduce() 252 lle += cimg_step; in init_data_cost_reduce() 253 lri += cimg_step; in init_data_cost_reduce() 271 …t_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, int /*rows*/, i… in init_data_cost_caller_() argument 281 …nit_data_cost<T, 1><<<grid, threads, 0, stream>>>(cleft, cright, ctemp, cimg_step, h, w, level, nd… in init_data_cost_caller_() [all …]
|
D | stereocsbp.hpp | 6 …void init_data_cost(const uchar *left, const uchar *right, uchar *ctemp, size_t cimg_step, int row… 10 …void compute_data_cost(const uchar *left, const uchar *right, size_t cimg_step, const T* disp_sele…
|