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

Diff of /branches/dev-api-4/xvidcore/src/dct/x86_asm/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 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.6.2.1 2003-10-27 01:03:06 edgomez Exp $  ; * $Id: idct_mmx.asm,v 1.6.2.2 2003-10-28 22:23:03 edgomez Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 564  Line 564 
564    
565  SECTION .text  SECTION .text
566    
567    cglobal idct_mmx
568    cglobal idct_xmm
569    
570  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
571  ; void idct_mmx(uint16_t block[64]);  ; void idct_mmx(uint16_t block[64]);
572  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
573    
574  ALIGN 16  ALIGN 16
 cglobal idct_mmx  
575  idct_mmx:  idct_mmx:
576      mov eax, dword [esp + 4]      mov eax, dword [esp + 4]
577    
# Line 594  Line 596 
596  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
597    
598  ALIGN 16  ALIGN 16
 cglobal idct_xmm  
599  idct_xmm:  idct_xmm:
600      mov eax, dword [esp + 4]      mov eax, dword [esp + 4]
601    

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