[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.3, Mon Jun 9 13:50:02 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 101  Line 104 
104          int newpred_enable;          int newpred_enable;
105          int reduced_resolution_enable;          int reduced_resolution_enable;
106    
107            /* The bitstream version if it's a XviD stream */
108            int bs_version;
109    
110          /* image */          /* image */
111    
112          int fixed_dimensions;          int fixed_dimensions;
# Line 115  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;
# Line 145  Line 154 
154    
155          IMAGE gmc;              /* gmc tmp buffer, remove for blockbased compensation */          IMAGE gmc;              /* gmc tmp buffer, remove for blockbased compensation */
156          GMC_DATA gmc_data;          GMC_DATA gmc_data;
157            NEW_GMC_DATA new_gmc_data;
158    
159          xvid_image_t* out_frm;                /* This is used for slice rendering */          xvid_image_t* out_frm;                /* This is used for slice rendering */
160  }  }

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

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