Subversion Repositories Kolibri OS

Rev

Rev 1979 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1979 Rev 2736
Line 753... Line 753...
753
	 rep	    stosd
753
	 rep	    stosd
Line 754... Line 754...
754
 
754
 
755
	 mov	    ecx,(SIZE_X*(SIZE_Y-3))*3/16
755
	 mov	    ecx,(SIZE_X*(SIZE_Y-3))*3/16
756
     .blr:
756
     .blr:
757
     @@:
757
     @@:
758
	 movups     xmm0,[edi+SIZE_X*3]
758
	 movaps     xmm0,[edi+SIZE_X*3]
759
	 movups     xmm1,[edi-SIZE_X*3]
759
	 movaps     xmm1,[edi-SIZE_X*3]
760
	 movups     xmm2,[edi-3]
760
	 movups     xmm2,[edi-3]
Line 761... Line 761...
761
	 movups     xmm3,[edi+3]
761
	 movups     xmm3,[edi+3]
762
 
762
 
763
	 pavgb	    xmm0,xmm1
763
	 pavgb	    xmm0,xmm1
Line 764... Line 764...
764
	 pavgb	    xmm2,xmm3
764
	 pavgb	    xmm2,xmm3
Line 765... Line 765...
765
	 pavgb	    xmm0,xmm2
765
	 pavgb	    xmm0,xmm2
766
 
766
 
767
	 psubusb    xmm0,xmm5  ; importand if fire
767
	 psubusb    xmm0,xmm5  ; importand if fire
Line 768... Line 768...
768
 
768