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

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

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

revision 1803, Wed Nov 26 23:35:50 2008 UTC revision 1909, Sun Nov 28 15:19:07 2010 UTC
# Line 4  Line 4 
4  ; *  - Quarter-pixel interpolation -  ; *  - Quarter-pixel interpolation -
5  ; *  Copyright(C) 2002 Pascal Massimino <skal@planet-d.net>  ; *  Copyright(C) 2002 Pascal Massimino <skal@planet-d.net>
6  ; *  ; *
7  ; *  This file is part of XviD, a free MPEG-4 video encoder/decoder  ; *  This file is part of Xvid, a free MPEG-4 video encoder/decoder
8  ; *  ; *
9  ; *  XviD is free software; you can rDST_PTRstribute 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 20  Line 20 
20  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
21  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22  ; *  ; *
23  ; * $Id: qpel_mmx.asm,v 1.9 2008-11-26 23:35:50 Isibaar Exp $  ; * $Id: qpel_mmx.asm,v 1.13 2010-11-28 15:18:21 Isibaar Exp $
24  ; *  ; *
25  ; *************************************************************************/  ; *************************************************************************/
26    
# Line 239  Line 239 
239  FIR_C20: times 4 dw 20  FIR_C20: times 4 dw 20
240  FIR_C23: times 4 dw 23  FIR_C23: times 4 dw 23
241    
242  SECTION .rotext align=SECTION_ALIGN  TEXT
243    
244  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
245  ;// Here we go with the Q-Pel mess.  ;// Here we go with the Q-Pel mess.
# Line 1149  Line 1149 
1149  %undef SRC_PTR  %undef SRC_PTR
1150  %undef DST_PTR  %undef DST_PTR
1151    
1152  %ifidn __OUTPUT_FORMAT__,elf  NON_EXEC_STACK
 section ".note.GNU-stack" noalloc noexec nowrite progbits  
 %endif  
   

Legend:
Removed from v.1803  
changed lines
  Added in v.1909

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