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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp37 inline float db_SignedSquareNormCorr7x7_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g) argument
47 pf=f_img[y_f-3]+xm_f; pg=g_img[y_g-3]+xm_g;
56 pf=f_img[y_f-2]+xm_f; pg=g_img[y_g-2]+xm_g;
65 pf=f_img[y_f-1]+xm_f; pg=g_img[y_g-1]+xm_g;
74 pf=f_img[y_f]+xm_f; pg=g_img[y_g]+xm_g;
83 pf=f_img[y_f+1]+xm_f; pg=g_img[y_g+1]+xm_g;
92 pf=f_img[y_f+2]+xm_f; pg=g_img[y_g+2]+xm_g;
101 pf=f_img[y_f+3]+xm_f; pg=g_img[y_g+3]+xm_g;
120 inline float db_SignedSquareNormCorr9x9_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g) argument
130 pf=f_img[y_
239 db_SignedSquareNormCorr11x11_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g) argument
402 db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip) argument
559 db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
626 db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
660 db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
1138 db_SignedSquareNormCorr11x11_PreAlign_AffinePatchWarp_u(short *patch,const unsigned char * const *f_img, int xi,int yi,float *sum,float *recip, const double Hinv[9],int affine) argument
1184 db_SignedSquareNormCorr11x11_Post_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g, float fsum_gsum,float f_recip_g_recip) argument
1301 db_SignedSquareNormCorr15x15_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g) argument
1576 db_SignedSquareNormCorr7x7_f(float **f_img,float **g_img,int x_f,int y_f,int x_g,int y_g) argument
1658 db_SignedSquareNormCorr9x9_f(float **f_img,float **g_img,int x_f,int y_f,int x_g,int y_g) argument
1776 db_SignedSquareNormCorr11x11_f(float **f_img,float **g_img,int x_f,int y_f,int x_g,int y_g) argument
1939 db_SignedSquareNormCorr11x11_Pre_f(float **f_img,int x_f,int y_f,float *sum,float *recip) argument
2095 db_SignedSquareNormCorr11x11_PreAlign_f(float *patch,const float * const *f_img,int x_f,int y_f,float *sum,float *recip) argument
2254 db_SignedSquareNormCorr11x11_Post_f(float **f_img,float **g_img,int x_f,int y_f,int x_g,int y_g, float fsum_gsum,float f_recip_g_recip) argument
2346 db_SignedSquareNormCorr15x15_f(float **f_img,float **g_img,int x_f,int y_f,int x_g,int y_g) 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...]

Completed in 24 milliseconds