[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, Tue Mar 4 10:55:21 2003 UTC revision 1.28.2.1, Sat May 3 23:23:49 2003 UTC
# 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 */
161    #define XVID_DEC_DERING            0x00000012 /* deringing */
162  #define XVID_DEC_DISCONTINUITY 0x00000004 /* indicates break in stream  #define XVID_DEC_DISCONTINUITY 0x00000004 /* indicates break in stream
163                                               instructs decoder to ignore any                                               instructs decoder to ignore any
164                                               previous reference frames */                                               previous reference frames */
# Line 254  Line 255 
255  #define XVID_VALID_FLAGS        0x80000000  #define XVID_VALID_FLAGS        0x80000000
256    
257  #define XVID_CUSTOM_QMATRIX     0x00000004 /* use custom quant matrix */  #define XVID_CUSTOM_QMATRIX     0x00000004 /* use custom quant matrix */
258    #define XVID_CARTOON_MODE               0x00000008 /* use cartoon mode */
259  #define XVID_H263QUANT          0x00000010  #define XVID_H263QUANT          0x00000010
260  #define XVID_MPEGQUANT          0x00000020  #define XVID_MPEGQUANT          0x00000020
261  #define XVID_HALFPEL            0x00000040 /* use halfpel interpolation */  #define XVID_HALFPEL            0x00000040 /* use halfpel interpolation */
# Line 435  Line 437 
437                  long sse_y;  /* [out] SSE of Y */                  long sse_y;  /* [out] SSE of Y */
438                  long sse_u;  /* [out] SSE of Cb */                  long sse_u;  /* [out] SSE of Cb */
439                  long sse_v;  /* [out] SSE of Cr */                  long sse_v;  /* [out] SSE of Cr */
440                    int iblks;
441                    int qblks;
442          } XVID_ENC_STATS;          } XVID_ENC_STATS;
443    
444    

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

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