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
186 CELL(d,d-2).step = ICV_DP_STEP_UP;
211 if( _cell[d-1-dispH].step != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
240 _cell[d].step = ICV_DP_STEP_UP;
245 else if( _cell[d-1-dispH].step != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
286 while( CELL(d,x).step == ICV_DP_STEP_UP ) d++;

Completed in 65 milliseconds