Home
last modified time | relevance | path

Searched refs:five (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1340 float *four,*five; in db_MaxSuppressFilterChunk_5x5_Aligned16_f() local
1346 five=four+132; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1349 two[i]=five+(i+1)*132; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1357 five[i]=0.0; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1371 db_MaxVector_128_Aligned16_f(five,four,two[(i-1)&3]); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1373 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+1,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1375 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+3,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1377 db_MaxVector_128_SecondSourceDestAligned16_f(sf[i]+lm2,four+2,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1340 float *four,*five; in db_MaxSuppressFilterChunk_5x5_Aligned16_f() local
1346 five=four+132; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1349 two[i]=five+(i+1)*132; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1357 five[i]=0.0; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1371 db_MaxVector_128_Aligned16_f(five,four,two[(i-1)&3]); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1373 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+1,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1375 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+3,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1377 db_MaxVector_128_SecondSourceDestAligned16_f(sf[i]+lm2,four+2,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
/packages/apps/Phone/src/com/android/phone/
DEmergencyDialer.java267 findViewById(R.id.five).setOnClickListener(this); in setupKeypad()
349 case R.id.five: { in onClick()
DDTMFTwelveKeyDialer.java102 mDisplayMap.put(R.id.five, '5'); in mDisplayMap.put() argument
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DDialpadFragment.java476 int[] buttonIds = new int[] { R.id.one, R.id.two, R.id.three, R.id.four, R.id.five, in setupKeypad()
811 case R.id.five: { in onPressed()