comparison mpegvideo.h @ 191:883f184537e6 libavcodec

AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at>
author uid46427
date Thu, 10 Jan 2002 00:53:21 +0000
parents de80712db90b
children 2eb04d6be309
comparison
equal deleted inserted replaced
190:9e0e56869d05 191:883f184537e6
73 INT16 (*ac_val[3])[16]; /* used for for mpeg4 AC prediction */ 73 INT16 (*ac_val[3])[16]; /* used for for mpeg4 AC prediction */
74 int ac_pred; 74 int ac_pred;
75 int mb_skiped; /* MUST BE SET only during DECODING */ 75 int mb_skiped; /* MUST BE SET only during DECODING */
76 UINT8 *mbskip_table; /* used to avoid copy if macroblock 76 UINT8 *mbskip_table; /* used to avoid copy if macroblock
77 skipped (for black regions for example) */ 77 skipped (for black regions for example) */
78 UINT8 *mbintra_table; /* used to kill a few memsets */
78 79
79 int qscale; 80 int qscale;
80 int pict_type; 81 int pict_type;
81 int frame_rate_index; 82 int frame_rate_index;
82 /* motion compensation */ 83 /* motion compensation */