Home
last modified time | relevance | path

Searched refs:quarter_res (Results 1 – 5 of 5) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DAlignFeatures.cpp71 quarter_res = _quarter_res; in initialize()
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res, in initialize()
181 reg.UpdateReference(m_rows,quarter_res,false); in addFrame()
DAlignFeatures.h61 int initialize(int width, int height, bool quarter_res, float thresh_still);
87 bool quarter_res; // Whether to process at quarter resolution variable
DMosaic.cpp56 … blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_s… in initialize() argument
100 aligner->initialize(width, height,quarter_res,thresh_still); in initialize()
DMosaic.h98 …dingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float …
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp67 bool quarter_res[NR] = {false,false}; variable
105 quarter_res[LR] = true; in Init()
112 nmax, quarter_res[mID], thresh_still[mID]); in Init()