Searched refs:patch_space (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_matching.cpp | 2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int b… in db_FillBuckets_f() argument 2721 pir->patch=patch_space; in db_FillBuckets_f() 2724 … db_SignedSquareNormCorr11x11_PreAlign_f(patch_space,f_img,xi,yi,&(pir->sum),&(pir->recip)); in db_FillBuckets_f() 2725 patch_space+=128; in db_FillBuckets_f() 2729 return(patch_space); in db_FillBuckets_f() 2732 short* db_FillBuckets_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int … in db_FillBuckets_u() argument 2756 pir->patch=patch_space; in db_FillBuckets_u() 2761 … db_SignedSquareNormCorr21x21_PreAlign_u(patch_space,f_img,xi,yi,&(pir->sum),&(pir->recip)); in db_FillBuckets_u() 2762 patch_space+=512; in db_FillBuckets_u() 2768 … db_SignedSquareNormCorr11x11_PreAlign_u(patch_space,f_img,xi,yi,&(pir->sum),&(pir->recip)); in db_FillBuckets_u() [all …]
|