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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
636 /*Fill four rows of the wrap-around derivative buffers*/
678 /*Fill four rows of the wrap-around derivative buffers*/
1340 float *four,*five; local
1345 four=temp;
1346 five=four+132;
1352 /*Set rests of four and five to zero to avoid
1356 four[i]=0.0;
1369 db_MaxVector_128_Aligned16_f(four,two[i&3],two[(i-3)&3]);
1371 db_MaxVector_128_Aligned16_f(five,four,tw
[all...]

Completed in 77 milliseconds