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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1086 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction; local
1088 Y = length * cosTheta + m_wb.y;
1096 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction; local
1098 X = length * cosTheta + m_wb.x;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1066 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction; local
1068 Y = length * cosTheta + m_wb.y;
1076 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction; local
1078 X = length * cosTheta + m_wb.x;

Completed in 218 milliseconds