Home
last modified time | relevance | path

Searched refs:MOTION_ARRAY (Results 1 – 2 of 2) sorted by relevance

/development/perftests/panorama/feature_stab/src/dbreg/
Ddbstabsmooth.h34 #define MOTION_ARRAY 5 macro
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];
Ddbstabsmooth.cpp48 for( int i = 0; i < MOTION_ARRAY-1; i++) { in Init()
53 VP_MOTION_ID(f_hist_mot[MOTION_ARRAY-1]); in Init()