[svn] / branches / dev-api-4 / xvidcore / src / dct / x86_asm / simple_idct_mmx.asm Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/dct/x86_asm/simple_idct_mmx.asm

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

revision 1191, Mon Oct 27 01:03:43 2003 UTC revision 1192, Tue Oct 28 22:23:03 2003 UTC
# Line 1060  Line 1060 
1060    
1061  SECTION .text  SECTION .text
1062    
1063    cglobal simple_idct_mmx_P
1064    cglobal simple_idct_mmx
1065    
1066  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
1067  ; void simple_idct_mmx_P(int16_t * const block)  ; void simple_idct_mmx_P(int16_t * const block)
1068  ; expects input data to be permutated  ; expects input data to be permutated
1069  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
1070    
1071  ALIGN 16  ALIGN 16
 cglobal simple_idct_mmx_P  
1072  simple_idct_mmx_P:  simple_idct_mmx_P:
1073          sub esp, 128          sub esp, 128
1074          mov edx, [esp+128+4]          mov edx, [esp+128+4]
# Line 1157  Line 1159 
1159  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
1160    
1161  ALIGN 16  ALIGN 16
 cglobal simple_idct_mmx  
1162  simple_idct_mmx:  simple_idct_mmx:
1163          sub esp, 128          sub esp, 128
1164          mov edx, [esp+128+4]          mov edx, [esp+128+4]
# Line 1237  Line 1238 
1238          add     esp, 128          add     esp, 128
1239    
1240          ret          ret
   
   

Legend:
Removed from v.1191  
changed lines
  Added in v.1192

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