Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp50 m_temp_double = NULL; in db_FrameToReferenceRegistration()
106 delete [] m_temp_double; in Clean()
137 m_temp_double = NULL; in Clean()
229 m_temp_double = new double [12*DB_DEFAULT_NR_SAMPLES+10*m_max_nr_matches]; in Init()
437 …hy(m_H_ref_to_ins, m_corners_ref, m_corners_ins, m_nr_matches, m_K, m_K, m_temp_double, m_temp_int, in AddFrame()
592 …hy(m_H_ref_to_ins, m_corners_ref, m_corners_ins, m_nr_matches, m_K, m_K, m_temp_double, m_temp_int, in EstimateSecondaryModel()
Ddbreg.h359 double * m_temp_double; variable