Lines Matching refs:two

382 /*Filter g of length 128 in place with 14641. Output is shifted two steps
400 paddd mm0,mm6 /*2 Add 1* behind two steps*/
401 movq mm2,mm6 /*3 Start with 1* in front two steps*/
406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
415 /*Warming iteration two 17-32********************/
417 paddd mm0,mm4 /*18 Add 1* behind two steps*/
418 movq mm2,mm4 /*19 Start with 1* in front two steps*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
438 paddd mm0,mm6 /*34 Add 1* behind two steps*/
439 movq mm2,mm6 /*35 Start with 1* in front two steps*/
445 pshufw mm6,mm6,4Eh /*40 Swap the two double-words using bitmask 01001110=4Eh*/
446 paddd mm1,mm4 /*49 Add 1* behind two steps*/
456 movq [eax],mm0 /*47 Store result two steps behind*/
458 movq mm0,mm6 /*50b Start with 1* in front two steps*/
462 pshufw mm4,mm4,4Eh /*55 Swap the two double-words using bitmask 01001110=4Eh*/
473 movq [eax-8],mm1 /*62 Store result two steps behind*/
520 cvtpi2ps xmm0,[eax+8] /*1 Convert two integers into floating point of low double-word*/
522 cvtpi2ps xmm1,[ebx+8] /*4 Convert two integers into floating point of low double-word*/
524 cvtpi2ps xmm2,[ecx+8] /*7 Convert two integers into floating point of low double-word*/
526 cvtpi2ps xmm0,[eax] /*3 Convert two integers into floating point of low double-word*/
528 cvtpi2ps xmm1,[ebx] /*6 Convert two integers into floating point of low double-word*/
530 cvtpi2ps xmm2,[ecx] /*9 Convert two integers into floating point of low double-word*/
536 cvtpi2ps xmm4,[eax+24] /*19 Convert two integers into floating point of low double-word*/
540 cvtpi2ps xmm4,[eax+16] /*21 Convert two integers into floating point of low double-word*/
544 cvtpi2ps xmm5,[ebx+24] /*22 Convert two integers into floating point of low double-word*/
548 cvtpi2ps xmm5,[ebx+16] /*24 Convert two integers into floating point of low double-word*/
550 cvtpi2ps xmm6,[ecx+24] /*25 Convert two integers into floating point of low double-word*/
555 cvtpi2ps xmm6,[ecx+16] /*27 Convert two integers into floating point of low double-word*/
559 cvtpi2ps xmm0,[eax+40] /*(1 Next) Convert two integers into floating point of low double-word*/
561 cvtpi2ps xmm1,[ebx+40] /*(4 Next) Convert two integers into floating point of low double-word*/
563 cvtpi2ps xmm2,[ecx+40] /*(7 Next) Convert two integers into floating point of low double-word*/
567 cvtpi2ps xmm0,[eax+32] /*(3 Next)Convert two integers into floating point of low double-word*/
569 cvtpi2ps xmm1,[ebx+32] /*(6 Next) Convert two integers into floating point of low double-word*/
575 cvtpi2ps xmm2,[ecx+32] /*(9 Next) Convert two integers into floating point of low double-word*/
1329 stopping at bottom. The output is shifted two steps left and overwrites 128 elements for each row.
1339 float *two[4];
1349 two[i]=five+(i+1)*132;
1361 for(i=top-3;i<top;i++) db_MaxVector_128_Aligned16_f(two[i&3],s[i+1]+lm2,s[i+2]+lm2);
1367 db_MaxVector_128_Aligned16_f(two[i&3],s[i+1]+lm2,s[i+2]+lm2);
1369 db_MaxVector_128_Aligned16_f(four,two[i&3],two[(i-3)&3]);
1371 db_MaxVector_128_Aligned16_f(five,four,two[(i-1)&3]);
1403 stopping at bottom. The output is shifted two steps left. The input s should exist for 2 pixels