Home
last modified time | relevance | path

Searched defs:smooth_factor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp194 …l db_StabilizationSmoother::smoothMotion(VP_MOTION *inmot, VP_MOTION *outmot, double smooth_factor) in smoothMotion()
/aosp_15_r20/external/webrtc/modules/audio_processing/transient/
H A Dtransient_suppressor_impl.cc224 float smooth_factor = using_reference_ ? 0.6 : 0.1; in Suppress() local