Searched refs:nr_plane_pyr (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/cudastereo/src/
H A Dstereocsbp.cpp177 int* nr_plane_pyr = rows_pyr + levels_; local
181 nr_plane_pyr[0] = nr_plane_;
187 nr_plane_pyr[i] = nr_plane_pyr[i-1] * 2;
247 elem_step, rows_pyr[i], cols_pyr[i], i, nr_plane_pyr[i], ndisp_, left.channels(), data_weight_, max_data_term_, min_disp_th_, use_local_init_data_cost_, stream);
252 left.rows, left.cols, rows_pyr[i], cols_pyr[i], rows_pyr[i+1], i, nr_plane_pyr[i+1], left.channels(), data_weight_, max_data_term_, min_disp_th_, stream);
261 cols_pyr[i], nr_plane_pyr[i], rows_pyr[i+1], cols_pyr[i+1], nr_plane_pyr[i+1], stream);
268 rows_pyr[i], cols_pyr[i], nr_plane_pyr[i], iters_, max_disc_term_, disc_single_jump_, stream);
278 elem_step, rows_pyr[i], cols_pyr[i], i, nr_plane_pyr[
[all...]

Completed in 126 milliseconds