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

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.cpp30 double bp,bp2,cp,dp,q,r,srq; local
43 bp=b/a;
44 bp2=bp*bp;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
57 bp_through3=bp/3.0;
76 bp_through3=bp/3.0;
83 bp_through3=bp/3.0;
H A Ddb_feature_matching.cpp2624 db_Bucket_f **bp,*b; local
2627 bp=new db_Bucket_f* [(nr_v+2)];
2628 bp=bp+1;
2631 bp[i]=b+1+(nr_h+2)*(i+1);
2634 bp[i][j].ptr=new db_PointInfo_f [bd];
2638 return(bp);
2644 db_Bucket_u **bp,*b; local
2647 bp=new db_Bucket_u* [(nr_v+2)];
2648 bp
2661 db_FreeBuckets_f(db_Bucket_f **bp,int nr_h,int nr_v) argument
2673 db_FreeBuckets_u(db_Bucket_u **bp,int nr_h,int nr_v) argument
2685 db_EmptyBuckets_f(db_Bucket_f **bp,int nr_h,int nr_v) argument
2691 db_EmptyBuckets_u(db_Bucket_u **bp,int nr_h,int nr_v) argument
2697 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
2732 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
2785 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
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_utilities_poly.cpp30 double bp,bp2,cp,dp,q,r,srq; local
43 bp=b/a;
44 bp2=bp*bp;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
57 bp_through3=bp/3.0;
76 bp_through3=bp/3.0;
83 bp_through3=bp/3.0;
H A Ddb_feature_matching.cpp2624 db_Bucket_f **bp,*b; local
2627 bp=new db_Bucket_f* [(nr_v+2)];
2628 bp=bp+1;
2631 bp[i]=b+1+(nr_h+2)*(i+1);
2634 bp[i][j].ptr=new db_PointInfo_f [bd];
2638 return(bp);
2644 db_Bucket_u **bp,*b; local
2647 bp=new db_Bucket_u* [(nr_v+2)];
2648 bp
2661 db_FreeBuckets_f(db_Bucket_f **bp,int nr_h,int nr_v) argument
2673 db_FreeBuckets_u(db_Bucket_u **bp,int nr_h,int nr_v) argument
2685 db_EmptyBuckets_f(db_Bucket_f **bp,int nr_h,int nr_v) argument
2691 db_EmptyBuckets_u(db_Bucket_u **bp,int nr_h,int nr_v) argument
2697 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
2732 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
2785 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
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/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp1223 uint16 bp = 1; // Begin position of real fixed lemmas. local
1227 bp = 0;
1231 for (uint16 pos = bp; pos <= fixed_lmas_; pos++) {
1232 c_phrase_.sublma_start[sub_num + pos - bp] = lma_start_[pos];
1234 c_phrase_.sublma_start[sub_num + pos - bp] -= 1;
1250 c_phrase_.sublma_num += fixed_lmas_ - bp;

Completed in 146 milliseconds