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

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp759 static const float icvSinTable[] = variable
843 *sinval = icvSinTable[angle];
844 *cosval = icvSinTable[450 - angle];
897 x = size_a * icvSinTable[450-angle];
898 y = size_b * icvSinTable[angle];

Completed in 218 milliseconds