Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_matching.cpp2697 …_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,… in db_FillBuckets_f()
2732 … *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int bw,int bh,int nr_h,int nr_v,… in db_FillBuckets_u()
2785 …d_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,… in db_FillBucketsPrewarped_f()
2828 … int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, in db_FillBucketsPrewarped_u()
2874 … int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, in db_FillBucketsPrewarpedAffine_u()
Ddb_feature_detection.cpp1497 int bw,int bh,unsigned long area_factor, in db_ExtractCornersSaturated()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java442 int bh = bitmapHeight; in getFullGeometryToScreenMatrix() local