[svn] / trunk / xvidcore / src / image / x86_asm / postprocessing_sse2.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/x86_asm/postprocessing_sse2.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1797, Wed Nov 26 02:17:50 2008 UTC revision 1798, Wed Nov 26 02:21:02 2008 UTC
# Line 67  Line 67 
67  ALIGN SECTION_ALIGN  ALIGN SECTION_ALIGN
68  image_brightness_sse2:  image_brightness_sse2:
69    
70    mov eax, prm5d  ; brightness offset value  %ifdef ARCH_IS_X86_64
71      movsx _EAX, prm5d
72    %else
73      mov eax, prm5   ; brightness offset value
74    %endif
75    mov TMP1, prm1  ; Dst    mov TMP1, prm1  ; Dst
76    mov TMP0, prm2  ; stride    mov TMP0, prm2  ; stride
77    

Legend:
Removed from v.1797  
changed lines
  Added in v.1798

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4