comparison libmpeg2/mpeg2_internal.h @ 49:727b1337f951

updated to libmpeg2-0.2.1-CVS
author arpi_esp
date Wed, 07 Mar 2001 01:15:02 +0000
parents 0d76b2b962ad
children b7b038ee3fde
comparison
equal deleted inserted replaced
48:66ae768fe0ea 49:727b1337f951
82 /* predictor for DC coefficients in intra blocks */ 82 /* predictor for DC coefficients in intra blocks */
83 int16_t dc_dct_pred[3]; 83 int16_t dc_dct_pred[3];
84 84
85 int quantizer_scale; /* remove */ 85 int quantizer_scale; /* remove */
86 int current_field; /* remove */ 86 int current_field; /* remove */
87 int v_offset; /* remove */
87 88
88 89
89 /* now non-slice-specific information */ 90 /* now non-slice-specific information */
90 91
91 /* sequence header stuff */ 92 /* sequence header stuff */
101 /* what type of picture this is (I, P, B, D) */ 102 /* what type of picture this is (I, P, B, D) */
102 int picture_coding_type; 103 int picture_coding_type;
103 104
104 /* picture coding extension stuff */ 105 /* picture coding extension stuff */
105 106
106 /* quantization factor for motion vectors */
107 int f_code[2][2];
108 /* quantization factor for intra dc coefficients */ 107 /* quantization factor for intra dc coefficients */
109 int intra_dc_precision; 108 int intra_dc_precision;
110 /* top/bottom/both fields */ 109 /* top/bottom/both fields */
111 int picture_structure; 110 int picture_structure;
112 /* bool to indicate all predictions are frame based */ 111 /* bool to indicate all predictions are frame based */