[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.5, Sat Jun 28 15:49:02 2003 UTC revision 1.13.2.10, Wed Mar 3 13:18:08 2004 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;
# Line 151  Line 157 
157          NEW_GMC_DATA new_gmc_data;          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    
161            int * qscale;                           /* quantization table for decoder's stats */
162  }  }
163  DECODER;  DECODER;
164    

Legend:
Removed from v.1.13.2.5  
changed lines
  Added in v.1.13.2.10

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