Searched defs: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() 221 …__global__ void init_data_cost_reduce(const uchar *cleft, const uchar *cright, uchar *ctemp, size_… 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_() 289 …void init_data_cost_reduce_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t c… in init_data_cost_reduce_caller_() 308 …void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, int r… in init_data_cost() 357 …__global__ void compute_data_cost(const uchar *cleft, const uchar *cright, size_t cimg_step, const… in compute_data_cost() 400 …__global__ void compute_data_cost_reduce(const uchar *cleft, const uchar *cright, size_t cimg_step… in compute_data_cost_reduce() 450 …void compute_data_cost_caller_(const uchar *cleft, const uchar *cright, size_t cimg_step, const T*… in compute_data_cost_caller_() 469 …void compute_data_cost_reduce_caller_(const uchar *cleft, const uchar *cright, size_t cimg_step, c… in compute_data_cost_reduce_caller_() 489 …void compute_data_cost(const uchar *cleft, const uchar *cright, size_t cimg_step, const T* disp_se… in compute_data_cost()
|