Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.cpp114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double… in db_CommonFocalLengthFromRotation_2Point()
170 fsol[j++]=db_SafeSqrtReciprocal(roots[i]); in db_CommonFocalLengthFromRotation_2Point()
179 double fsol[3]; in db_StitchRotationCommonFocalLength_3Points() local
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation); in db_StitchRotationCommonFocalLength_3Points()
193 ft=fsol[i]; in db_StitchRotationCommonFocalLength_3Points()
224 if(f) *f=fsol[best_sol]; in db_StitchRotationCommonFocalLength_3Points()