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

Diff of /xvidcore/src/decoder.h

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

revision 1.13.2.6, Wed Oct 1 23:23:00 2003 UTC revision 1.13.2.9, Sun Dec 21 19:41:58 2003 UTC
# Line 30  Line 30 
30  #include "portab.h"  #include "portab.h"
31  #include "global.h"  #include "global.h"
32  #include "image/image.h"  #include "image/image.h"
33    #include "image/postprocessing.h"
34    
35  /*****************************************************************************  /*****************************************************************************
36   * Structures   * Structures
# Line 81  Line 82 
82          uint32_t shape;          uint32_t shape;
83          uint32_t quant_bits;          uint32_t quant_bits;
84          uint32_t quant_type;          uint32_t quant_type;
85            uint16_t *mpeg_quant_matrices;
86          int32_t quarterpel;          int32_t quarterpel;
87            int32_t cartoon_mode;
88          int complexity_estimation_disable;          int complexity_estimation_disable;
89          ESTIMATION estimation;          ESTIMATION estimation;
90    
# Line 118  Line 121 
121          IMAGE tmp;              /* bframe interpolation, and post processing tmp buffer */          IMAGE tmp;              /* bframe interpolation, and post processing tmp buffer */
122          IMAGE qtmp;             /* quarter pel tmp buffer */          IMAGE qtmp;             /* quarter pel tmp buffer */
123    
124            /* postprocessing */
125            XVID_POSTPROC postproc;
126    
127          /* macroblock */          /* macroblock */
128    
129          uint32_t mb_width;          uint32_t mb_width;

Legend:
Removed from v.1.13.2.6  
changed lines
  Added in v.1.13.2.9

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