Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1592 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()