Searched refs:bh (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java442 int bh = bitmapHeight;
445 bh = bitmapWidth;
448 float scale = GeometryMathUtils.scale(bw, bh, viewWidth, viewHeight);
/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java789 int bh = b.getHeight();
792 int deltaH = bh - h;
799 bw - halfDeltaW, bh - halfDeltaH);
803 mSrcRect.set(0, 0, bw, bh);
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1493 Store in x and y, extracting at most satnr corners in each block of size (bw,bh).
1494 The pointer temp_d should point to at least 5*bw*bh positions.
1497 int bw,int bh,unsigned long area_factor,
1508 bwbh=bw*bh;
1526 next_y=y+bh;
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
H A Ddb_feature_matching.cpp2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners) argument
2709 ypos=yi/bh;
2732 short* db_FillBuckets_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,int use_smaller_matching_window, int use_21) argument
2744 ypos=yi/bh;
2785 float* db_FillBucketsPrewarped_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,const double H[9]) argument
2804 ypos=((wyi+bh)/bh)-1;
2828 int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,
2848 ypos=((wyi+bh)/bh)
2827 db_FillBucketsPrewarped_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp, int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, int nr_corners,const double H[9]) argument
2873 db_FillBucketsPrewarpedAffine_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp, int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, int nr_corners,const double H[9],const double Hinv[9],const int warpboundsp[4], int affine) argument
[all...]
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1493 Store in x and y, extracting at most satnr corners in each block of size (bw,bh).
1494 The pointer temp_d should point to at least 5*bw*bh positions.
1497 int bw,int bh,unsigned long area_factor,
1508 bwbh=bw*bh;
1526 next_y=y+bh;
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
H A Ddb_feature_matching.cpp2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners) argument
2709 ypos=yi/bh;
2732 short* db_FillBuckets_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,int use_smaller_matching_window, int use_21) argument
2744 ypos=yi/bh;
2785 float* db_FillBucketsPrewarped_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,const double H[9]) argument
2804 ypos=((wyi+bh)/bh)-1;
2828 int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,
2848 ypos=((wyi+bh)/bh)
2827 db_FillBucketsPrewarped_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp, int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, int nr_corners,const double H[9]) argument
2873 db_FillBucketsPrewarpedAffine_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp, int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, int nr_corners,const double H[9],const double Hinv[9],const int warpboundsp[4], int affine) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1493 Store in x and y, extracting at most satnr corners in each block of size (bw,bh).
1494 The pointer temp_d should point to at least 5*bw*bh positions.
1497 int bw,int bh,unsigned long area_factor,
1508 bwbh=bw*bh;
1526 next_y=y+bh;
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
H A Ddb_feature_matching.cpp2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners) argument
2709 ypos=yi/bh;
2732 short* db_FillBuckets_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,int use_smaller_matching_window, int use_21) argument
2744 ypos=yi/bh;
2785 float* db_FillBucketsPrewarped_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,const double H[9]) argument
2804 ypos=((wyi+bh)/bh)-1;
2828 int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,
2848 ypos=((wyi+bh)/bh)
2827 db_FillBucketsPrewarped_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp, int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, int nr_corners,const double H[9]) argument
2873 db_FillBucketsPrewarpedAffine_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp, int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y, int nr_corners,const double H[9],const double Hinv[9],const int warpboundsp[4], int affine) argument
[all...]

Completed in 615 milliseconds