/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 41 n=(db_maxi(1,w-6)+123)/124; [all...] |
db_rob_image_homography.cpp | 84 frac=((double)i)/((double)(db_maxi(point_count,1))); 102 stat->lambda2=log(4.0*((double)db_maxi(1,stat->nr_points))); [all...] |
db_utilities.h | 120 inline int db_maxi(int a,int b) function
|
db_feature_matching.cpp | [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 41 n=(db_maxi(1,w-6)+123)/124; [all...] |
db_rob_image_homography.cpp | 84 frac=((double)i)/((double)(db_maxi(point_count,1))); 102 stat->lambda2=log(4.0*((double)db_maxi(1,stat->nr_points))); [all...] |
db_utilities.h | 120 inline int db_maxi(int a,int b) function
|
db_feature_matching.cpp | [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 41 n=(db_maxi(1,w-6)+123)/124; [all...] |
db_rob_image_homography.cpp | 84 frac=((double)i)/((double)(db_maxi(point_count,1))); 102 stat->lambda2=log(4.0*((double)db_maxi(1,stat->nr_points))); [all...] |
db_utilities.h | 120 inline int db_maxi(int a,int b) function
|
db_feature_matching.cpp | [all...] |
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)];
|
/packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)];
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)];
|