[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.13, Tue Dec 2 13:44:55 2008 UTC revision 1.17, Tue Mar 9 10:00:14 2010 UTC
# Line 6  Line 6 
6  ; *  Copyright(C) 2004 Peter Ross <pross@xvid.org>  ; *  Copyright(C) 2004 Peter Ross <pross@xvid.org>
7  ; *               2004 Dcoder <dcoder@alexandria.cc>  ; *               2004 Dcoder <dcoder@alexandria.cc>
8  ; *  ; *
9  ; *  XviD is free software; you can redistribute it and/or modify it  ; *  Xvid is free software; you can redistribute it and/or modify it
10  ; *  under the terms of the GNU General Public License as published by  ; *  under the terms of the GNU General Public License as published by
11  ; *  the Free Software Foundation; either version 2 of the License, or  ; *  the Free Software Foundation; either version 2 of the License, or
12  ; *  (at your option) any later version.  ; *  (at your option) any later version.
# 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_MOVSXD _EAX, prm5d
71  %else  %else
72    mov eax, prm5   ; brightness offset value    mov eax, prm5   ; brightness offset value
73  %endif  %endif
# Line 128  Line 128 
128  ENDFUNC  ENDFUNC
129  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
130    
131  %ifidn __OUTPUT_FORMAT__,elf  NON_EXEC_STACK
 section ".note.GNU-stack" noalloc noexec nowrite progbits  
 %endif  
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.17

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