Searched refs:quarter_res (Results 1 – 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
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 | 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 | Mosaic.cpp | 56 … 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()
|
D | Mosaic.h | 98 …dingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float …
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 67 bool quarter_res[NR] = {false,false}; variable 105 quarter_res[LR] = true; in Init() 112 nmax, quarter_res[mID], thresh_still[mID]); in Init()
|