OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_imotLF
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h
123
inline VP_MOTION getImotLF(void) { return
f_imotLF
; }
148
VP_MOTION
f_imotLF
;
dbstabsmooth.cpp
40
VP_MOTION_ID(
f_imotLF
);
64
VP_MOTION_ID(
f_imotLF
);
95
if(!vp_invert_motion(&f_motLF, &
f_imotLF
))
98
if(!vp_cascade_motion(&
f_imotLF
, inmot, outmot))
123
VP_MOTION_ID(
f_imotLF
);
224
if(!vp_invert_motion(&f_motLF, &
f_imotLF
))
227
if(!vp_cascade_motion(&
f_imotLF
, inmot, outmot))
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.h
123
inline VP_MOTION getImotLF(void) { return
f_imotLF
; }
148
VP_MOTION
f_imotLF
;
dbstabsmooth.cpp
40
VP_MOTION_ID(
f_imotLF
);
64
VP_MOTION_ID(
f_imotLF
);
95
if(!vp_invert_motion(&f_motLF, &
f_imotLF
))
98
if(!vp_cascade_motion(&
f_imotLF
, inmot, outmot))
123
VP_MOTION_ID(
f_imotLF
);
224
if(!vp_invert_motion(&f_motLF, &
f_imotLF
))
227
if(!vp_cascade_motion(&
f_imotLF
, inmot, outmot))
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h
123
inline VP_MOTION getImotLF(void) { return
f_imotLF
; }
148
VP_MOTION
f_imotLF
;
dbstabsmooth.cpp
40
VP_MOTION_ID(
f_imotLF
);
64
VP_MOTION_ID(
f_imotLF
);
95
if(!vp_invert_motion(&f_motLF, &
f_imotLF
))
98
if(!vp_cascade_motion(&
f_imotLF
, inmot, outmot))
123
VP_MOTION_ID(
f_imotLF
);
224
if(!vp_invert_motion(&f_motLF, &
f_imotLF
))
227
if(!vp_cascade_motion(&
f_imotLF
, inmot, outmot))
Completed in 44 milliseconds