[cvs] / xvidcore / src / xvid.h Repository:
ViewVC logotype

Diff of /xvidcore/src/xvid.h

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

revision 1.28.2.1, Sat May 3 23:23:49 2003 UTC revision 1.29, Mon Jun 9 17:07:32 2003 UTC
# Line 49  Line 49 
49   * doesnt hurt but not increasing it could cause difficulty for decoders in the   * doesnt hurt but not increasing it could cause difficulty for decoders in the
50   * future   * future
51   */   */
52  #define XVID_BS_VERSION "0009"  #define XVID_BS_VERSION "0010"
53    
54    
55  /* Error codes */  /* Error codes */
# Line 158  Line 158 
158  #define XVID_DEC_LOWDELAY      0x00000001 /* decode lowdelay mode (ie. VFW) */  #define XVID_DEC_LOWDELAY      0x00000001 /* decode lowdelay mode (ie. VFW) */
159  #define XVID_DEC_DEBLOCKY      0x00000002 /* luma deblocking */  #define XVID_DEC_DEBLOCKY      0x00000002 /* luma deblocking */
160  #define XVID_DEC_DEBLOCKUV     0x00000008 /* chroma deblocking */  #define XVID_DEC_DEBLOCKUV     0x00000008 /* chroma deblocking */
 #define XVID_DEC_DERING            0x00000012 /* deringing */  
161  #define XVID_DEC_DISCONTINUITY 0x00000004 /* indicates break in stream  #define XVID_DEC_DISCONTINUITY 0x00000004 /* indicates break in stream
162                                               instructs decoder to ignore any                                               instructs decoder to ignore any
163                                               previous reference frames */                                               previous reference frames */
# Line 255  Line 254 
254  #define XVID_VALID_FLAGS        0x80000000  #define XVID_VALID_FLAGS        0x80000000
255    
256  #define XVID_CUSTOM_QMATRIX     0x00000004 /* use custom quant matrix */  #define XVID_CUSTOM_QMATRIX     0x00000004 /* use custom quant matrix */
 #define XVID_CARTOON_MODE               0x00000008 /* use cartoon mode */  
257  #define XVID_H263QUANT          0x00000010  #define XVID_H263QUANT          0x00000010
258  #define XVID_MPEGQUANT          0x00000020  #define XVID_MPEGQUANT          0x00000020
259  #define XVID_HALFPEL            0x00000040 /* use halfpel interpolation */  #define XVID_HALFPEL            0x00000040 /* use halfpel interpolation */
# Line 437  Line 435 
435                  long sse_y;  /* [out] SSE of Y */                  long sse_y;  /* [out] SSE of Y */
436                  long sse_u;  /* [out] SSE of Cb */                  long sse_u;  /* [out] SSE of Cb */
437                  long sse_v;  /* [out] SSE of Cr */                  long sse_v;  /* [out] SSE of Cr */
                 int iblks;  
                 int qblks;  
438          } XVID_ENC_STATS;          } XVID_ENC_STATS;
439    
440    

Legend:
Removed from v.1.28.2.1  
changed lines
  Added in v.1.29

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