Home | History | Annotate | Download | only in db_vlvm

Lines Matching defs:five

215 /*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;
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,four,two[(i-1)&3]);
1373 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+1,five);
1375 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+3,five);
1377 db_MaxVector_128_SecondSourceDestAligned16_f(sf[i]+lm2,four+2,five);