Searched refs:active_height (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1592 int active_width,active_height; in Init() local 1595 active_height=db_maxi(1,im_height-10); in Init() 1597 block_height=db_maxi(1,active_height/nr_vertical_blocks); in Init() 1600 (((double)active_width)*((double)active_height))))); in Init() 1691 int active_width,active_height; in Init() local 1694 active_height=db_maxi(1,im_height-10); in Init() 1696 block_height=db_maxi(1,active_height/nr_vertical_blocks); in Init() 1699 (((double)active_width)*((double)active_height))))); in Init()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1592 int active_width,active_height; in Init() local 1595 active_height=db_maxi(1,im_height-10); in Init() 1597 block_height=db_maxi(1,active_height/nr_vertical_blocks); in Init() 1600 (((double)active_width)*((double)active_height))))); in Init() 1691 int active_width,active_height; in Init() local 1694 active_height=db_maxi(1,im_height-10); in Init() 1696 block_height=db_maxi(1,active_height/nr_vertical_blocks); in Init() 1699 (((double)active_width)*((double)active_height))))); in Init()
|