Home | History | Annotate | Download | only in db_vlvm

Lines Matching refs:bw

2697 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)
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)
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])
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)-1;
2874 int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,
2894 xpos=((wxi+bw)/bw)-1;