Home
last modified time | relevance | path

Searched defs:cimg_step (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu179 …obal__ void init_data_cost(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, 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()
271 …cost_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, int /*rows*/… in init_data_cost_caller_()
289 …duce_caller_(const uchar *cleft, const uchar *cright, uchar *ctemp, size_t cimg_step, int rows, in… 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 …d compute_data_cost_reduce(const uchar *cleft, const uchar *cright, size_t cimg_step, const T* sel… 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 …e_data_cost_reduce_caller_(const uchar *cleft, const uchar *cright, size_t cimg_step, const T* dis… 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()