Searched defs:bw (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/jni/filters/
H A Dbwfilter.c20 void JNIFUNCF(ImageFilterBwFilter, nativeApplyFilter, jobject bitmap, jint width, jint height, jint rw, jint gw, jint bw) argument
27 float sb = bw;
/packages/apps/Camera/jni/feature_stab/db_vlvm/
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
2708 xpos=xi/bw;
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
2743 xpos=xi/bw;
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
2803 xpos=((wxi+bw)/bw)-1;
2828 int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,
2847 xpos=((wxi+bw)/bw)
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...]
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;
1531 next_x=x+bw;
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
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
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
2708 xpos=xi/bw;
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
2743 xpos=xi/bw;
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
2803 xpos=((wxi+bw)/bw)-1;
2828 int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,
2847 xpos=((wxi+bw)/bw)
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...]
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;
1531 next_x=x+bw;
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

Completed in 175 milliseconds