Searched refs:db_maxd (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 56 theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*srq)))); in db_SolveCubic() 60 sin_theta_through3=sqrt(db_maxd(0.0,1.0-cos_theta_through3*cos_theta_through3)); in db_SolveCubic()
|
D | db_utilities.h | 102 inline double db_maxd(double a,double b) in db_maxd() function
|
D | db_feature_detection.cpp | 1638 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_thresh); in DetectCorners() 1738 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_thresh); in DetectCorners()
|
D | db_feature_matching.cpp | 3376 int max_stretxh_x=(int) (db_maxd(stretch_x[0],stretch_x[1])); in Match() 3377 int max_stretxh_y=(int) (db_maxd(stretch_y[0],stretch_y[1])); in Match()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 56 theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*srq)))); in db_SolveCubic() 60 sin_theta_through3=sqrt(db_maxd(0.0,1.0-cos_theta_through3*cos_theta_through3)); in db_SolveCubic()
|
D | db_utilities.h | 102 inline double db_maxd(double a,double b) in db_maxd() function
|
D | db_feature_detection.cpp | 1638 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_thresh); in DetectCorners() 1738 threshold= (float) db_maxd(m_a_thresh,max_val*m_r_thresh); in DetectCorners()
|
D | db_feature_matching.cpp | 3376 int max_stretxh_x=(int) (db_maxd(stretch_x[0],stretch_x[1])); in Match() 3377 int max_stretxh_y=(int) (db_maxd(stretch_y[0],stretch_y[1])); in Match()
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
D | dbreg.cpp | 558 double a=db_maxd(m_polish_C[0],m_polish_C[7]); in Polish()
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbreg.cpp | 557 double a=db_maxd(m_polish_C[0],m_polish_C[7]); in Polish()
|