[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.7, Sun Nov 30 16:13:15 2003 UTC
# Line 81  Line 81 
81          uint32_t shape;          uint32_t shape;
82          uint32_t quant_bits;          uint32_t quant_bits;
83          uint32_t quant_type;          uint32_t quant_type;
84            uint16_t *mpeg_quant_matrices;
85          int32_t quarterpel;          int32_t quarterpel;
86          int complexity_estimation_disable;          int complexity_estimation_disable;
87          ESTIMATION estimation;          ESTIMATION estimation;
# Line 101  Line 102 
102          int newpred_enable;          int newpred_enable;
103          int reduced_resolution_enable;          int reduced_resolution_enable;
104    
105            /* The bitstream version if it's a XviD stream */
106            int bs_version;
107    
108          /* image */          /* image */
109    
110          int fixed_dimensions;          int fixed_dimensions;
# Line 145  Line 149 
149    
150          IMAGE gmc;              /* gmc tmp buffer, remove for blockbased compensation */          IMAGE gmc;              /* gmc tmp buffer, remove for blockbased compensation */
151          GMC_DATA gmc_data;          GMC_DATA gmc_data;
152            NEW_GMC_DATA new_gmc_data;
153    
154          xvid_image_t* out_frm;                /* This is used for slice rendering */          xvid_image_t* out_frm;                /* This is used for slice rendering */
155  }  }

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

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