Home
last modified time | relevance | path

Searched defs:ygx (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp71 int ix, iy, ygx, idx; in cvFastArctan() local
121 int ygx, k = (ix < 0) * 2 + (iy < 0) * 4; variable