Searched refs:m_cost_histogram (Results 1 – 2 of 2) sorted by relevance
57 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()636 m_cost_histogram[b] = 0; in ComputeCostHistogram()643 m_cost_histogram[bin]++; in ComputeCostHistogram()645 m_cost_histogram[m_nr_bins-1]++; in ComputeCostHistogram()662 if ( last > m_cost_histogram[i] ) in SetOutlierThreshold()664 last = m_cost_histogram[i]; in SetOutlierThreshold()669 int max = m_cost_histogram[i]; in SetOutlierThreshold()[all …]
380 int *m_cost_histogram; variable