HomeSort by relevance Sort by last modified time
    Searched full:bacc2 (Results 1 - 1 of 1) sorted by null

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm;
289 Bacc2=M[2]+M[1];
306 if(!orientation_preserving && (Aacc2!=0.0 || Bacc2!=0.0))
308 divisor2=sqrt(Aacc2*Aacc2+Bacc2*Bacc2);
313 Bm=Bacc2*m;

Completed in 865 milliseconds