Searched refs:quarter_res (Results 1 – 4 of 4) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | AlignFeatures.h | 61 int initialize(int width, int height, bool quarter_res, float thresh_still); 87 bool quarter_res; // Whether to process at quarter resolution variable
|
D | AlignFeatures.cpp | 71 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()
|
D | Mosaic.h | 98 …dingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float …
|
D | Mosaic.cpp | 57 … blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_s… in initialize() argument 98 aligner->initialize(width, height,quarter_res,thresh_still); in initialize()
|