[cvs] / xvidcore / src / dct / x86_asm / fdct_mmx_skal.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/dct/x86_asm/fdct_mmx_skal.asm

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

revision 1.1.2.1, Mon Oct 27 01:03:06 2003 UTC revision 1.4, Sat Aug 21 11:52:50 2004 UTC
# Line 104  Line 104 
104  ; Read only data  ; Read only data
105  ;=============================================================================  ;=============================================================================
106    
107    %ifdef FORMAT_COFF
108  SECTION .rodata  SECTION .rodata
109    %else
110    SECTION .rodata align=16
111    %endif
112    
113  ALIGN 16  ALIGN 16
114  tan1:  tan1:
# Line 478  Line 482 
482          mov edi, fdct_rounding_2          mov edi, fdct_rounding_2
483  .loop  .loop
484          %2 ecx, ecx, edx, ebx, edi          %2 ecx, ecx, edx, ebx, edi
485          add eax, 2*16    add ecx, 2*8
486          add edx, 2*32          add edx, 2*32
487          add ebx, 2*4          add ebx, 2*4
488          add edi, 2*4          add edi, 2*4

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.4

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