OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:totnummatches
(Results
1 - 3
of
3
) 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/Camera2/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 431 milliseconds