[svn] / branches / dev-api-3 / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/bitstream/mbcoding.c

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

revision 735, Fri Dec 20 05:35:56 2002 UTC revision 736, Fri Dec 20 05:49:55 2002 UTC
# Line 62  Line 62 
62  #define ABS(X) (((X)>0)?(X):-(X))  #define ABS(X) (((X)>0)?(X):-(X))
63  #define CLIP(X,A) (X > A) ? (A) : (X)  #define CLIP(X,A) (X > A) ? (A) : (X)
64    
65  VLC intra_table[524032];  VLC intra_table[4*2048*64];
66  VLC inter_table[524032];  VLC inter_table[4*2048*64];
67    
68  VLC DCT3Dintra[4096];  VLC DCT3Dintra[4096];
69  VLC DCT3Dinter[4096];  VLC DCT3Dinter[4096];

Legend:
Removed from v.735  
changed lines
  Added in v.736

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