Searched refs:bp_through3 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.cpp31 double r2_min_q3,theta,bp_through3,theta_through3; local
57 bp_through3=bp/3.0;
68 roots[0]= -2.0*srq*cos_theta_through3-bp_through3;
69 roots[1]=srq*min2_cos_theta_plu-bp_through3;
70 roots[2]=srq*min2_cos_theta_min-bp_through3;
76 bp_through3=bp/3.0;
77 if(A!=0.0) roots[0]=A+q/A-bp_through3;
78 else roots[0]= -bp_through3;
83 bp_through3=bp/3.0;
87 roots[0]= -2.0*si_r_srq-bp_through3;
[all...]

Completed in 130 milliseconds