Searched refs:subsample (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h257 * \param subsample boolean flag to control whether the function should internally subsample the provided image to the size provided in the Init() function.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
H A Ddbreg.cpp252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners) argument
260 if (m_quarter_resolution && subsample)
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.h257 * \param subsample boolean flag to control whether the function should internally subsample the provided image to the size provided in the Init() function.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
H A Ddbreg.cpp252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners) argument
260 if (m_quarter_resolution && subsample)

Completed in 254 milliseconds