HomeSort by relevance Sort by last modified time
    Searched defs:db_SquaredInhomogenousHomographyError (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2])
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_metrics.h 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2])
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2])
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);

Completed in 51 milliseconds