Home
last modified time | relevance | path

Searched refs:DB_DEFAULT_NR_SAMPLES (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_constants.h47 #define DB_DEFAULT_NR_SAMPLES 500 macro
H A Ddb_rob_image_homography.h115 int nr_samples=DB_DEFAULT_NR_SAMPLES,
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp60 int nrsamples = DB_DEFAULT_NR_SAMPLES; in initialize()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp229 m_temp_double = new double [12*DB_DEFAULT_NR_SAMPLES+10*m_max_nr_matches]; in Init()
230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)]; in Init()
H A Ddbreg.h163 int nr_samples = DB_DEFAULT_NR_SAMPLES,
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp96 int default_nr_samples = DB_DEFAULT_NR_SAMPLES/5; in main()