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

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp2927 unsigned long kA,unsigned long kB)
2939 with the formula xm^2*256+ym^2*kA<kB
2941 and kB=256*max_disp^2*w^2*/
2942 if(((xm*xm)<<8)+ym*ym*kA<kB)
2965 unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21)
2973 compute_score = ((unsigned)db_absi(pir_l->x - pir_r->x)<kA && (unsigned)db_absi(pir_l->y - pir_r->y)<kB);
2976 with the formula xm^2*256+ym^2*kA<kB
2978 and kB=256*max_disp^2*w^2*/
2981 compute_score = ((xm*xm)<<8)+ym*ym*kA < kB;
3025 unsigned long kA,unsigned long kB)
2926 db_MatchPointPair_f(db_PointInfo_f *pir_l,db_PointInfo_f *pir_r, unsigned long kA,unsigned long kB) argument
2964 db_MatchPointPair_u(db_PointInfo_u *pir_l,db_PointInfo_u *pir_r, unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp2927 unsigned long kA,unsigned long kB)
2939 with the formula xm^2*256+ym^2*kA<kB
2941 and kB=256*max_disp^2*w^2*/
2942 if(((xm*xm)<<8)+ym*ym*kA<kB)
2965 unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21)
2973 compute_score = ((unsigned)db_absi(pir_l->x - pir_r->x)<kA && (unsigned)db_absi(pir_l->y - pir_r->y)<kB);
2976 with the formula xm^2*256+ym^2*kA<kB
2978 and kB=256*max_disp^2*w^2*/
2981 compute_score = ((xm*xm)<<8)+ym*ym*kA < kB;
3025 unsigned long kA,unsigned long kB)
2926 db_MatchPointPair_f(db_PointInfo_f *pir_l,db_PointInfo_f *pir_r, unsigned long kA,unsigned long kB) argument
2964 db_MatchPointPair_u(db_PointInfo_u *pir_l,db_PointInfo_u *pir_r, unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21) argument
[all...]

Completed in 48 milliseconds