Home
last modified time | relevance | path

Searched refs:m_cost_histogram (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp57 m_cost_histogram = NULL; in db_FrameToReferenceRegistration()
113 delete [] m_cost_histogram; in Clean()
144 m_cost_histogram = NULL; in Clean()
238 m_cost_histogram = new int [m_nr_bins]; in Init()
635 m_cost_histogram[b] = 0; in ComputeCostHistogram()
642 m_cost_histogram[bin]++; in ComputeCostHistogram()
644 m_cost_histogram[m_nr_bins-1]++; in ComputeCostHistogram()
661 if ( last > m_cost_histogram[i] ) in SetOutlierThreshold()
663 last = m_cost_histogram[i]; in SetOutlierThreshold()
668 int max = m_cost_histogram[i]; in SetOutlierThreshold()
[all …]
Ddbreg.h380 int *m_cost_histogram; variable