Searched defs:nr_roots (Results 1 – 4 of 4) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d) in db_SolveCubic() 94 void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double e) in db_SolveQuartic() 166 void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,double e) in db_SolveQuarticForced()
|
D | db_framestitching.cpp | 32 int nr_roots; in db_RotationFromMOuterProductSum() local
|
D | db_image_homography.cpp | 120 int nr_roots,i,j; in db_CommonFocalLengthFromRotation_2Point() local
|
D | db_utilities_poly.h | 39 inline void db_SolveQuadratic(double *roots,int *nr_roots,double a,double b,double c) in db_SolveQuadratic()
|