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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1085 double sinTheta = sin(deltaTheta); local
1086 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1087 X = length * sinTheta + m_wb.x;
1095 double sinTheta = sin(deltaTheta); local
1096 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1097 Y = length * sinTheta + m_wb.y;
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DBlend.cpp1085 double sinTheta = sin(deltaTheta); local
1086 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1087 X = length * sinTheta + m_wb.x;
1095 double sinTheta = sin(deltaTheta); local
1096 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1097 Y = length * sinTheta + m_wb.y;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1065 double sinTheta = sin(deltaTheta); local
1066 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1067 X = length * sinTheta + m_wb.x;
1075 double sinTheta = sin(deltaTheta); local
1076 double cosTheta = sqrt(1.0 - sinTheta * sinTheta) * m_wb.direction;
1077 Y = length * sinTheta + m_wb.y;

Completed in 32 milliseconds