Searched defs:cm_use_smaller_matching_window (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp160 bool cm_use_smaller_matching_window,
216 m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_NO_DISPARITY,cm_use_smaller_matching_window,use_21);
147 Init(int width, int height, int homography_type, int max_iterations, bool linear_polish, bool quarter_resolution, double scale, unsigned int reference_update_period, bool do_motion_smoothing, double motion_smoothing_gain, int nr_samples, int chunk_size, int cd_target_nr_corners, double cm_max_disparity, bool cm_use_smaller_matching_window, int cd_nr_horz_blocks, int cd_nr_vert_blocks ) argument
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp160 bool cm_use_smaller_matching_window,
216 m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_NO_DISPARITY,cm_use_smaller_matching_window,use_21);
147 Init(int width, int height, int homography_type, int max_iterations, bool linear_polish, bool quarter_resolution, double scale, unsigned int reference_update_period, bool do_motion_smoothing, double motion_smoothing_gain, int nr_samples, int chunk_size, int cd_target_nr_corners, double cm_max_disparity, bool cm_use_smaller_matching_window, int cd_nr_horz_blocks, int cd_nr_vert_blocks ) argument

Completed in 34 milliseconds