OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minSmoothFactor
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
114
double
minSmoothFactor
= f_minDampingFactor;
135
if(smoothFactor <
minSmoothFactor
)
136
smoothFactor =
minSmoothFactor
;
139
for (smoothFactor = smoothFactor; smoothFactor >=
minSmoothFactor
; smoothFactor -= 0.01) {
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
114
double
minSmoothFactor
= f_minDampingFactor;
135
if(smoothFactor <
minSmoothFactor
)
136
smoothFactor =
minSmoothFactor
;
139
for (smoothFactor = smoothFactor; smoothFactor >=
minSmoothFactor
; smoothFactor -= 0.01) {
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
114
double
minSmoothFactor
= f_minDampingFactor;
135
if(smoothFactor <
minSmoothFactor
)
136
smoothFactor =
minSmoothFactor
;
139
for (smoothFactor = smoothFactor; smoothFactor >=
minSmoothFactor
; smoothFactor -= 0.01) {
Completed in 302 milliseconds