Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu560 … const T* u_cur_, const T* d_cur_, const T* l_cur_, const T* r_cur_, in init_message() argument
573 const T* l_cur = l_cur_ + (y/2) * msg_step + ::min(w2-1, x/2 + 1); in init_message()
599 l_cur = l_cur_ + y/2 * msg_step + x/2; in init_message()