Searched refs:p9 (Results 1 – 1 of 1) sorted by relevance
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_image_homography.cpp | 118 double p7[3],p8[4],p9[5],p10[3],p11[4]; in db_CommonFocalLengthFromRotation_2Point() local 156 db_MultiplyPoly1_3(p9,p3,p8); in db_CommonFocalLengthFromRotation_2Point() 160 db_SubtractPolyProduct1_3(p9,p6,p11); in db_CommonFocalLengthFromRotation_2Point() 162 db_SolveCubic(roots,&nr_roots,p9[4],p9[3],p9[2],p9[1]); in db_CommonFocalLengthFromRotation_2Point()
|