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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
1346 five=four+132;
1349 two[i]=five+(i+1)*132;
1352 /*Set rests of four and five to zero to avoid
1357 five[i]=0.0;
1366 /*Compute max of the lowest pair of rows in the five row window*/
1368 /*Compute max of the lowest and highest pair of rows in the five row window*/
1371 db_MaxVector_128_Aligned16_f(five,fou
[all...]

Completed in 192 milliseconds