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

/external/opencv/cv/src/
H A Dcvsnakes.cpp84 int centerx = win.width >> 1; local
228 Econt[(j + centery) * win.width + k + centerx] = energy =
268 Ecurv[(j + centery) * win.width + k + centerx] = energy =
324 Eimg[(j + centery) * win.width + k + centerx] = energy =
329 Eimg[(j + centery) * win.width + k + centerx] = energy =
371 if( E[(j + centery) * win.width + k + centerx] < Emin )
373 Emin = E[(j + centery) * win.width + k + centerx];
/external/quake/quake/src/WinQuake/
H A Din_dos.cpp501 int centerx, centery; local
522 centerx = joystickx;
529 joyxl = (centerx + joystickx)/2;
530 joyyl = (centerx + joysticky)/2;
536 joyxh = (centerx + joystickx)/2;

Completed in 53 milliseconds