Searched refs:cleft (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 208 const uchar* lle = cleft + yi * cimg_step + xi * 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 245 const uchar* lle = cleft + y0 * cimg_step + channels * (x0 + tid ); 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 …case 1: init_data_cost_reduce<T, winsz, 1><<<grid, threads, smem_size, stream>>>(cleft, cright, ct… in init_data_cost_reduce_caller_() [all …]
|