Home
last modified time | relevance | path

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

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