Home
last modified time | relevance | path

Searched refs:f_recip_g_recip (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h33 …x21Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip);
34 …x11Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip);
H A Ddb_feature_matching.cpp1262 if(fg_corr>=0.0) return(fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr11x11_Post_u()
1263 return(-fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr11x11_Post_u()
1273 if(fg_corr>=0.0) return(fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr21x21Aligned_Post_s()
1274 return(-fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr21x21Aligned_Post_s()
1285 if(fg_corr>=0.0) return(fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr11x11Aligned_Post_s()
1286 return(-fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr11x11Aligned_Post_s()
1296 if(fg_corr>=0.0) return(fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr5x5Aligned_Post_s()
1297 return(-fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr5x5Aligned_Post_s()
2331 if(fg_corr>=0.0) return(fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr11x11_Post_f()
2332 return(-fg_corr*fg_corr*f_recip_g_recip); in db_SignedSquareNormCorr11x11_Post_f()
[all …]