HomeSort by relevance Sort by last modified time
    Searched full:bottomshift (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvsnakes.cpp 301 int bottomshift = MIN( 1, roi.height - (y + 1)*WTILE_SIZE ); local
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
311 for( l = 0; l < WTILE_SIZE + bottomshift; l++ )

Completed in 1229 milliseconds