HomeSort by relevance Sort by last modified time
    Searched refs:MOTION_ARRAY (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 34 #define MOTION_ARRAY 5
149 VP_MOTION f_hist_mot[MOTION_ARRAY];
150 VP_MOTION f_hist_mot_speed[MOTION_ARRAY-1];
151 VP_MOTION f_hist_diff_mot[MOTION_ARRAY-1];
dbstabsmooth.cpp 48 for( int i = 0; i < MOTION_ARRAY-1; i++) {
53 VP_MOTION_ID(f_hist_mot[MOTION_ARRAY-1]);
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.h 34 #define MOTION_ARRAY 5
149 VP_MOTION f_hist_mot[MOTION_ARRAY];
150 VP_MOTION f_hist_mot_speed[MOTION_ARRAY-1];
151 VP_MOTION f_hist_diff_mot[MOTION_ARRAY-1];
dbstabsmooth.cpp 48 for( int i = 0; i < MOTION_ARRAY-1; i++) {
53 VP_MOTION_ID(f_hist_mot[MOTION_ARRAY-1]);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 34 #define MOTION_ARRAY 5
149 VP_MOTION f_hist_mot[MOTION_ARRAY];
150 VP_MOTION f_hist_mot_speed[MOTION_ARRAY-1];
151 VP_MOTION f_hist_diff_mot[MOTION_ARRAY-1];
dbstabsmooth.cpp 48 for( int i = 0; i < MOTION_ARRAY-1; i++) {
53 VP_MOTION_ID(f_hist_mot[MOTION_ARRAY-1]);

Completed in 84 milliseconds