Searched refs:cright (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.cu | 179 …__global__ void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_… in init_data_cost() argument 209 const uchar* lri = cright + yi * cimg_step + xr * channels; in init_data_cost() 221 …__global__ void init_data_cost_reduce(const uchar *cleft, const uchar *cright, uchar *ctemp, size_… in init_data_cost_reduce() argument 246 const uchar* lri = cright + y0 * cimg_step + channels * (x0 + tid - d); in init_data_cost_reduce() 271 …void init_data_cost_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_ste… in init_data_cost_caller_() argument 281 …case 1: init_data_cost<T, 1><<<grid, threads, 0, stream>>>(cleft, cright, ctemp, cimg_step, h, w, … in init_data_cost_caller_() 282 …case 3: init_data_cost<T, 3><<<grid, threads, 0, stream>>>(cleft, cright, ctemp, cimg_step, h, w, … in init_data_cost_caller_() 283 …case 4: init_data_cost<T, 4><<<grid, threads, 0, stream>>>(cleft, cright, ctemp, cimg_step, h, w, … in init_data_cost_caller_() 289 …void init_data_cost_reduce_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t c… in init_data_cost_reduce_caller_() argument 300 …ta_cost_reduce<T, winsz, 1><<<grid, threads, smem_size, stream>>>(cleft, cright, ctemp, cimg_step,… in init_data_cost_reduce_caller_() [all …]
|