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

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp1266 float db_SignedSquareNormCorr21x21Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip) argument
1270 fgsum= (float) db_ScalarProduct512_s(f_patch,g_patch);
1278 float db_SignedSquareNormCorr11x11Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip) argument
1282 fgsum= (float) db_ScalarProduct128_s(f_patch,g_patch);
1289 float db_SignedSquareNormCorr5x5Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip) argument
1293 fgsum= (float) db_ScalarProduct32_s(f_patch,g_patch);
2335 inline float db_SignedSquareNormCorr11x11Aligned_Post_f(const float *f_patch,const float *g_patch,float fsum_gsum,float f_recip_g_recip) argument
2339 fgsum=db_ScalarProduct128Aligned16_f(f_patch,g_patch);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp1266 float db_SignedSquareNormCorr21x21Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip) argument
1270 fgsum= (float) db_ScalarProduct512_s(f_patch,g_patch);
1278 float db_SignedSquareNormCorr11x11Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip) argument
1282 fgsum= (float) db_ScalarProduct128_s(f_patch,g_patch);
1289 float db_SignedSquareNormCorr5x5Aligned_Post_s(const short *f_patch,const short *g_patch,float fsum_gsum,float f_recip_g_recip) argument
1293 fgsum= (float) db_ScalarProduct32_s(f_patch,g_patch);
2335 inline float db_SignedSquareNormCorr11x11Aligned_Post_f(const float *f_patch,const float *g_patch,float fsum_gsum,float f_recip_g_recip) argument
2339 fgsum=db_ScalarProduct128Aligned16_f(f_patch,g_patch);

Completed in 68 milliseconds