[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 1839, Tue Dec 2 13:44:55 2008 UTC revision 1844, Thu Dec 4 14:41:50 2008 UTC
# Line 37  Line 37 
37  ; Code  ; Code
38  ;=============================================================================  ;=============================================================================
39    
40  SECTION .rotext align=SECTION_ALIGN  TEXT
41    
42  cglobal image_brightness_sse2  cglobal image_brightness_sse2
43    
# Line 67  Line 67 
67  ALIGN SECTION_ALIGN  ALIGN SECTION_ALIGN
68  image_brightness_sse2:  image_brightness_sse2:
69  %ifdef ARCH_IS_X86_64  %ifdef ARCH_IS_X86_64
70    movsx _EAX, prm5d    XVID_MOVSX _EAX, prm5d
71  %else  %else
72    mov eax, prm5   ; brightness offset value    mov eax, prm5   ; brightness offset value
73  %endif  %endif

Legend:
Removed from v.1839  
changed lines
  Added in v.1844

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