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

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

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

revision 1.10, Thu Nov 27 00:47:03 2008 UTC revision 1.10.2.3, Thu May 28 15:04:35 2009 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 66  Line 66 
66    
67  ALIGN SECTION_ALIGN  ALIGN SECTION_ALIGN
68  image_brightness_sse2:  image_brightness_sse2:
69      PUSH_XMM6_XMM7
70  %ifdef ARCH_IS_X86_64  %ifdef ARCH_IS_X86_64
71    movsx _EAX, prm5d    XVID_MOVSXD _EAX, prm5d
72  %else  %else
73    mov eax, prm5   ; brightness offset value    mov eax, prm5   ; brightness offset value
74  %endif  %endif
# Line 125  Line 125 
125    pop _EDI    pop _EDI
126    pop _ESI    pop _ESI
127    
128      POP_XMM6_XMM7
129    ret    ret
130  ENDFUNC  ENDFUNC
131  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.3

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