HomeSort by relevance Sort by last modified time
    Searched defs:nr_roots (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 32 int nr_roots; local
50 db_RealEigenvalues4x4(lambda,&nr_roots,N,1);
51 if(nr_roots)
54 if(nr_roots>=2)
57 if(nr_roots>=3)
61 if(nr_roots>=4) if(lambda[3]>lambda_max) lambda_max=lambda[3];
db_image_homography.cpp 120 int nr_roots,i,j; local
162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]);
164 for(j=0,i=0;i<nr_roots;i++)

Completed in 639 milliseconds