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

  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.cpp 29 m_initialized(false),m_nr_matches(0),m_over_allocation(256),m_nr_bins(20),m_max_cost_pix(30), m_quarter_resolution(false)
641 int bin = (int)(error/m_max_cost_pix*m_nr_bins);
680 m_outlier_t2 = db_sqr(i*m_max_cost_pix/m_nr_bins);
dbreg.h 399 int m_max_cost_pix; member in class:db_FrameToReferenceRegistration
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 29 m_initialized(false),m_nr_matches(0),m_over_allocation(256),m_nr_bins(20),m_max_cost_pix(30), m_quarter_resolution(false)
640 int bin = (int)(error/m_max_cost_pix*m_nr_bins);
679 m_outlier_t2 = db_sqr(i*m_max_cost_pix/m_nr_bins);
dbreg.h 399 int m_max_cost_pix; member in class:db_FrameToReferenceRegistration

Completed in 40 milliseconds