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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dnormal_distribution_2d.h33 const float theta)
35 mSinTheta(sinf(theta)), mCosTheta(cosf(theta)) {}
32 NormalDistribution2D(const float uX, const float sigmaX, const float uY, const float sigmaY, const float theta) argument
H A Dproximity_info_state_utils.cpp713 float theta = 0.0f; local
719 theta = getDirection(sampledInputXs, sampledInputYs, i + 1, i);
731 theta = getDirection(sampledInputXs, sampledInputYs, i, i - 1);
734 sigmaY, theta);
/packages/services/Car/evs/app/
H A DConfigManager.cpp28 static float normalizeToPlusMinus180degrees(float theta) { argument
29 const float wraps = floor((theta+180.0f) / 360.0f);
30 return theta - wraps*360.0f;
/packages/apps/Camera2/jni/
H A Dtinyplanet.cc111 float theta = angle+atan2(yf, xf); local
112 if (theta>PI_F) theta-=2*PI_F;
116 // (theta stays the same)
119 float px = (theta / (2 * PI_F)) * input_width;
/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc110 float theta = angle+atan2(yf, xf); local
111 if (theta>PI_F) theta-=2*PI_F;
115 // (theta stays the same)
118 float px = (theta / (2 * PI_F)) * input_width;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaicTypes.h136 double theta; member in struct:__anon9
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.cpp31 double r2_min_q3,theta,bp_through3,theta_through3; local
56 theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*srq))));
58 theta_through3=theta/3.0;
H A Ddb_utilities_camera.h259 [s 0][ cos(theta) sin(theta)]
260 [0 s][-sin(theta) cos(theta)]
274 [s 0][ cos(theta) sin(theta)]
275 [0 s][-sin(theta) cos(theta)]
278 inline void db_MultiplyRotationOntoImageHomography(double H[9],double theta) argument
283 c=cos(theta);
[all...]

Completed in 733 milliseconds