Searched refs:nr_sols (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_image_homography.cpp | 114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double… in db_CommonFocalLengthFromRotation_2Point() argument 174 *nr_sols=j; in db_CommonFocalLengthFromRotation_2Point() 180 int nr_sols,i,best_sol,done; in db_StitchRotationCommonFocalLength_3Points() local 186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation); in db_StitchRotationCommonFocalLength_3Points() 187 if(nr_sols) in db_StitchRotationCommonFocalLength_3Points() 191 for(i=0;i<nr_sols;i++) in db_StitchRotationCommonFocalLength_3Points()
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_image_homography.cpp | 114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double… in db_CommonFocalLengthFromRotation_2Point() argument 174 *nr_sols=j; in db_CommonFocalLengthFromRotation_2Point() 180 int nr_sols,i,best_sol,done; in db_StitchRotationCommonFocalLength_3Points() local 186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation); in db_StitchRotationCommonFocalLength_3Points() 187 if(nr_sols) in db_StitchRotationCommonFocalLength_3Points() 191 for(i=0;i<nr_sols;i++) in db_StitchRotationCommonFocalLength_3Points()
|