[svn] / trunk / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/bitstream/mbcoding.c

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

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 17, Sat Mar 9 15:57:02 2002 UTC
# Line 5  Line 5 
5    
6  #include "../utils/mbfunctions.h"  #include "../utils/mbfunctions.h"
7    
8    #include <stdlib.h> /* malloc, free */
9    
10  #define ESCAPE 7167  #define ESCAPE 7167
11  #define ABS(X) (((X)>0)?(X):-(X))  #define ABS(X) (((X)>0)?(X):-(X))
12  #define CLIP(X,A) (X > A) ? (A) : (X)  #define CLIP(X,A) (X > A) ? (A) : (X)
# Line 374  Line 376 
376    
377    
378  /***************************************************************  /***************************************************************
379  /* decoding stuff starts here                                  *   * decoding stuff starts here                                  *
380  /***************************************************************/   ***************************************************************/
381    
382  int get_mcbpc_intra(Bitstream * bs)  int get_mcbpc_intra(Bitstream * bs)
383  {  {

Legend:
Removed from v.3  
changed lines
  Added in v.17

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