Home
last modified time | relevance | path

Searched refs:recip (Results 1 – 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_matching.h31 …reAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 …reAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
51 float recip; variable
78 float recip; variable
Ddb_feature_matching.cpp402 …d db_SignedSquareNormCorr11x11_Pre_u(unsigned char **f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_Pre_u() argument
556 *recip=(float)(((den!=0.0)?1.0/den:0.0)); in db_SignedSquareNormCorr11x11_Pre_u()
559 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr5x5_PreAlign_u() argument
623 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr5x5_PreAlign_u()
626 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr21x21_PreAlign_u() argument
653 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr21x21_PreAlign_u()
660 …PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip) in db_SignedSquareNormCorr11x11_PreAlign_u() argument
1120 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr11x11_PreAlign_u()
1139 … int xi,int yi,float *sum,float *recip, in db_SignedSquareNormCorr11x11_PreAlign_AffinePatchWarp_u() argument
1180 *recip= (float)((den!=0.0)?1.0/den:0.0); in db_SignedSquareNormCorr11x11_PreAlign_AffinePatchWarp_u()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1536 private boolean matchRecipientMms(Cursor c, FilterInfo fi, String recip) { in matchRecipientMms() argument
1541 if (phone.matches(recip)) { in matchRecipientMms()
1548 if (name != null && name.length() > 0 && name.matches(recip)) { in matchRecipientMms()
1563 private boolean matchRecipientSms(Cursor c, FilterInfo fi, String recip) { in matchRecipientSms() argument
1569 if (phone != null && phone.length() > 0 && phone.matches(recip)) { in matchRecipientSms()
1574 } else if (name != null && name.length() > 0 && name.matches(recip)) { in matchRecipientSms()
1585 if (phone.matches(recip)) { in matchRecipientSms()
1592 if (name != null && name.length() > 0 && name.matches(recip)) { in matchRecipientSms()
1610 String recip = ap.getFilterRecipient(); in matchRecipient() local
1611 if (recip != null && recip.length() > 0) { in matchRecipient()
[all …]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java364 for (String recip : recips) { in removeUnferencedCanonicalAddresses()
366 int recipientId = Integer.parseInt(recip); in removeUnferencedCanonicalAddresses()