Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.cpp28 void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d) in db_SolveCubic() function
111 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e); in db_SolveQuartic()
114 db_SolveCubic(roots,nr_roots,a,b,c,d); in db_SolveQuartic()
137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuartic()
183 if(a==0.0) db_SolveCubic(roots,nr_roots,b,c,d,e); in db_SolveQuarticForced()
186 db_SolveCubic(roots,nr_roots,a,b,c,d); in db_SolveQuarticForced()
209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); in db_SolveQuarticForced()
Ddb_image_homography.cpp162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]); in db_CommonFocalLengthFromRotation_2Point()
Ddb_utilities_poly.h79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);