Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp29 …_nr_matches(0),m_over_allocation(256),m_nr_bins(20),m_max_cost_pix(30), m_quarter_resolution(false) in db_FrameToReferenceRegistration()
175 m_quarter_resolution = quarter_resolution; in Init()
179 if (m_quarter_resolution == true) in Init()
260 if (m_quarter_resolution && subsample) in UpdateReference()
358 if (m_quarter_resolution) in AddFrame()
461 if (m_quarter_resolution) in AddFrame()
717 if(m_quarter_resolution) in SmoothMotion()
Ddbreg.h402 bool m_quarter_resolution; variable