[svn] / trunk / xvidcore / src / dct / x86_asm / idct_mmx.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/x86_asm/idct_mmx.asm

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

revision 1792, Tue Sep 2 12:23:30 2008 UTC revision 1793, Tue Nov 11 20:46:24 2008 UTC
# Line 19  Line 19 
19  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: idct_mmx.asm,v 1.11 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: idct_mmx.asm,v 1.12 2008-11-11 20:46:24 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 55  Line 55 
55                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
56                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
57                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
58                            %define ENDFUNC .endfunc
59                  %else                  %else
60                          global _%1                          global _%1
61                          %define %1 _%1                          %define %1 _%1
62                            %define ENDFUNC
63                  %endif                  %endif
64          %else          %else
65                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
66                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
67                            %define ENDFUNC .endfunc
68                  %else                  %else
69                          global %1                          global %1
70                            %define ENDFUNC
71                  %endif                  %endif
72          %endif          %endif
73  %endmacro  %endmacro
# Line 603  Line 607 
607      DCT_8_INV_COL eax+8, eax+8      DCT_8_INV_COL eax+8, eax+8
608    
609      ret      ret
610  .endfunc  ENDFUNC
611    
612  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
613  ; void idct_xmm(uint16_t block[64]);  ; void idct_xmm(uint16_t block[64]);
# Line 628  Line 632 
632      DCT_8_INV_COL eax+8, eax+8      DCT_8_INV_COL eax+8, eax+8
633    
634      ret      ret
635  .endfunc  ENDFUNC
636    
637    
638  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf

Legend:
Removed from v.1792  
changed lines
  Added in v.1793

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