HomeSort by relevance Sort by last modified time
    Searched refs:totnummatches (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 517 double totnummatches = m_nr_matches; local
523 for(int c=0; c < totnummatches; c++ )
533 double frac=inliercount/totnummatches;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 516 double totnummatches = m_nr_matches; local
522 for(int c=0; c < totnummatches; c++ )
532 double frac=inliercount/totnummatches;

Completed in 35 milliseconds