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

/external/opencv/cv/src/
H A Dcvsnakes.cpp300 int leftshift = x ? 1 : 0; local
303 CvRect g_roi = { x*WTILE_SIZE - leftshift, y*WTILE_SIZE - upshift,
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
316 (float) (dx[(l + upshift) * TILE_SIZE + m + leftshift] *
317 dx[(l + upshift) * TILE_SIZE + m + leftshift] +
318 dy[(l + upshift) * TILE_SIZE + m + leftshift] *
319 dy[(l + upshift) * TILE_SIZE + m + leftshift]);

Completed in 62 milliseconds