Searched defs:magval (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp667 float magval = mag_data[x+i]; local
668 tx *= magval;
669 ty *= magval;
693 double magval = mag_data ? mag_data[x] : 1.; local
695 x_data[x] = cos(phi)*magval;
697 y_data[x] = sin(phi)*magval;

Completed in 97 milliseconds