HomeSort by relevance Sort by last modified time
    Searched refs:quarter_res (Results 1 - 5 of 5) sorted by null

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
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 member in class:Align
Mosaic.h 94 * \param quarter_res Whether to compute alignment at quarter the input resolution (default = false)
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
AlignFeatures.cpp 71 quarter_res = _quarter_res;
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
181 reg.UpdateReference(m_rows,quarter_res,false);
Mosaic.cpp 56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
100 aligner->initialize(width, height,quarter_res,thresh_still);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 67 bool quarter_res[NR] = {false,false}; variable
105 quarter_res[LR] = true;
112 nmax, quarter_res[mID], thresh_still[mID]);

Completed in 321 milliseconds