Home
last modified time | relevance | path

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

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