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

/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp61 #define ICV_DP_STEP_UP 1 macro
188 CELL(d,d-2).step = ICV_DP_STEP_UP;
213 if( _cell[d-1-dispH].step != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
242 _cell[d].step = ICV_DP_STEP_UP;
247 else if( _cell[d-1-dispH].step != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
288 while( CELL(d,x).step == ICV_DP_STEP_UP ) d++;

Completed in 152 milliseconds