[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 206, Fri Jun 14 12:26:06 2002 UTC revision 207, Fri Jun 14 13:06:33 2002 UTC
# Line 44  Line 44 
44  %define SHIFT_FRW_ROW   BITS_FRW_ACC + 17  %define SHIFT_FRW_ROW   BITS_FRW_ACC + 17
45  %define RND_FRW_ROW     262144 * (BITS_FRW_ACC - 1)       ; 1 << (SHIFT_FRW_ROW-1)  %define RND_FRW_ROW     262144 * (BITS_FRW_ACC - 1)       ; 1 << (SHIFT_FRW_ROW-1)
46    
47    %ifdef FORMAT_COFF
48    section .data data
49    %else
50  section .data data align=16  section .data data align=16
51    %endif
52    
53  align 16  align 16
54    

Legend:
Removed from v.206  
changed lines
  Added in v.207

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