[svn] / branches / release-1_0-branch / xvidcore / src / dct / x86_asm / fdct_mmx_skal.asm Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/dct/x86_asm/fdct_mmx_skal.asm

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

revision 1387, Mon Mar 22 23:56:55 2004 UTC revision 1534, Sat Aug 21 11:52:50 2004 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: fdct_mmx_skal.asm,v 1.2 2004-03-22 22:36:23 edgomez Exp $  ; * $Id: fdct_mmx_skal.asm,v 1.2.2.2 2004-08-21 11:52:09 edgomez Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 105  Line 105 
105  ;=============================================================================  ;=============================================================================
106    
107  %ifdef FORMAT_COFF  %ifdef FORMAT_COFF
108  SECTION .rodata data  SECTION .rodata
109  %else  %else
110  SECTION .rodata data align=16  SECTION .rodata align=16
111  %endif  %endif
112    
113  ALIGN 16  ALIGN 16
# Line 482  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.1387  
changed lines
  Added in v.1534

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