OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stab_smoother
(Results
1 - 4
of
4
) sorted by null
/development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h
252
void ResetMotionSmoothingParameters() {
m_stab_smoother
.Init(); }
411
db_StabilizationSmoother
m_stab_smoother
;
member in class:db_FrameToReferenceRegistration
dbreg.cpp
173
m_stab_smoother
.setSmoothingFactor(m_motion_smoothing_gain);
725
m_stab_smoother
.smoothMotionAdaptive(w,h,&inmot,&outmot);
727
m_stab_smoother
.smoothMotion(&inmot,&outmot);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h
252
void ResetMotionSmoothingParameters() {
m_stab_smoother
.Init(); }
411
db_StabilizationSmoother
m_stab_smoother
;
member in class:db_FrameToReferenceRegistration
dbreg.cpp
173
m_stab_smoother
.setSmoothingFactor(m_motion_smoothing_gain);
724
m_stab_smoother
.smoothMotionAdaptive(w,h,&inmot,&outmot);
726
m_stab_smoother
.smoothMotion(&inmot,&outmot);
Completed in 214 milliseconds