comparison mpegvideo.h @ 656:e47fa3e3f2d5 libavcodec

statistics for forw & back p-MBs instead of just one counter for both
author michaelni
date Thu, 12 Sep 2002 12:26:09 +0000
parents ef4a33aad86e
children 00a882f626bd
comparison
equal deleted inserted replaced
655:0018e190cc4c 656:e47fa3e3f2d5
299 int mv_bits; 299 int mv_bits;
300 int header_bits; 300 int header_bits;
301 int i_tex_bits; 301 int i_tex_bits;
302 int p_tex_bits; 302 int p_tex_bits;
303 int i_count; 303 int i_count;
304 int p_count; 304 int f_count;
305 int b_count;
305 int skip_count; 306 int skip_count;
306 int misc_bits; // cbp, mb_type 307 int misc_bits; // cbp, mb_type
307 int last_bits; //temp var used for calculating the above vars 308 int last_bits; //temp var used for calculating the above vars
308 309
309 /* error concealment / resync */ 310 /* error concealment / resync */