Home
last modified time | relevance | path

Searched refs:min2_cos_theta_plu (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.cpp32 double cos_theta_through3,sin_theta_through3,min2_cos_theta_plu,min2_cos_theta_min; in db_SolveCubic() local
65 min2_cos_theta_plu=cos_theta_through3+DB_SQRT3*sin_theta_through3; in db_SolveCubic()
69 roots[1]=srq*min2_cos_theta_plu-bp_through3; in db_SolveCubic()