OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_smoothFactor
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
36
f_smoothFactor
= 1.0f;
70
MXX(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXX(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXX(*inmot));
71
MXY(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXY(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXY(*inmot));
72
MXZ(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXZ(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXZ(*inmot));
73
MXW(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXW(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXW(*inmot));
75
MYX(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*inmot))
[
all
...]
dbstabsmooth.h
83
inline void setSmoothingFactor(float factor) {
f_smoothFactor
= factor; }
103
inline float getSmoothingFactor(void) { return
f_smoothFactor
; }
144
float
f_smoothFactor
;
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
36
f_smoothFactor
= 1.0f;
70
MXX(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXX(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXX(*inmot));
71
MXY(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXY(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXY(*inmot));
72
MXZ(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXZ(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXZ(*inmot));
73
MXW(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXW(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXW(*inmot));
75
MYX(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*inmot))
[
all
...]
dbstabsmooth.h
83
inline void setSmoothingFactor(float factor) {
f_smoothFactor
= factor; }
103
inline float getSmoothingFactor(void) { return
f_smoothFactor
; }
144
float
f_smoothFactor
;
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
36
f_smoothFactor
= 1.0f;
70
MXX(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXX(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXX(*inmot));
71
MXY(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXY(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXY(*inmot));
72
MXZ(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXZ(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXZ(*inmot));
73
MXW(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MXW(f_motLF) + (1.0-
f_smoothFactor
)* (double) MXW(*inmot));
75
MYX(f_motLF) = (VP_PAR) (
f_smoothFactor
*(double) MYX(f_motLF) + (1.0-f_smoothFactor)* (double) MYX(*inmot))
[
all
...]
dbstabsmooth.h
83
inline void setSmoothingFactor(float factor) {
f_smoothFactor
= factor; }
103
inline float getSmoothingFactor(void) { return
f_smoothFactor
; }
144
float
f_smoothFactor
;
Completed in 863 milliseconds