OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smoothFactor
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
113
double
smoothFactor
;
133
smoothFactor
= 0.99 - 0.0015 * delta;
135
if(
smoothFactor
< minSmoothFactor)
136
smoothFactor
= minSmoothFactor;
139
for (
smoothFactor
=
smoothFactor
;
smoothFactor
>= minSmoothFactor;
smoothFactor
-= 0.01) {
141
if(!smoothMotion(inmot, &tmpMotion,
smoothFactor
))
178
if (
smoothFactor
< f_minDampingFactor
[
all
...]
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
113
double
smoothFactor
;
133
smoothFactor
= 0.99 - 0.0015 * delta;
135
if(
smoothFactor
< minSmoothFactor)
136
smoothFactor
= minSmoothFactor;
139
for (
smoothFactor
=
smoothFactor
;
smoothFactor
>= minSmoothFactor;
smoothFactor
-= 0.01) {
141
if(!smoothMotion(inmot, &tmpMotion,
smoothFactor
))
178
if (
smoothFactor
< f_minDampingFactor
[
all
...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
113
double
smoothFactor
;
133
smoothFactor
= 0.99 - 0.0015 * delta;
135
if(
smoothFactor
< minSmoothFactor)
136
smoothFactor
= minSmoothFactor;
139
for (
smoothFactor
=
smoothFactor
;
smoothFactor
>= minSmoothFactor;
smoothFactor
-= 0.01) {
141
if(!smoothMotion(inmot, &tmpMotion,
smoothFactor
))
178
if (
smoothFactor
< f_minDampingFactor
[
all
...]
Completed in 230 milliseconds