Searched refs:active_height (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1592 int active_width,active_height; local
1595 active_height=db_maxi(1,im_height-10);
1597 block_height=db_maxi(1,active_height/nr_vertical_blocks);
1600 (((double)active_width)*((double)active_height)))));
1691 int active_width,active_height; local
1694 active_height=db_maxi(1,im_height-10);
1696 block_height=db_maxi(1,active_height/nr_vertical_blocks);
1699 (((double)active_width)*((double)active_height)))));
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1592 int active_width,active_height; local
1595 active_height=db_maxi(1,im_height-10);
1597 block_height=db_maxi(1,active_height/nr_vertical_blocks);
1600 (((double)active_width)*((double)active_height)))));
1691 int active_width,active_height; local
1694 active_height=db_maxi(1,im_height-10);
1696 block_height=db_maxi(1,active_height/nr_vertical_blocks);
1699 (((double)active_width)*((double)active_height)))));

Completed in 711 milliseconds