bit_counter Struct Reference

bit counter for a macroblock. Note that it seems safe to change all to unsigned short for 16x16 MBs. May be an issue if MB > 32x32 More...

#include <global.h>


Data Fields

int mb_total
unsigned short mb_mode
unsigned short mb_inter
unsigned short mb_cbp
unsigned short mb_delta_quant
int mb_y_coeff
int mb_uv_coeff
int mb_cb_coeff
int mb_cr_coeff
int mb_stuffing


Detailed Description

bit counter for a macroblock. Note that it seems safe to change all to unsigned short for 16x16 MBs. May be an issue if MB > 32x32

Definition at line 66 of file global.h.


The documentation for this struct was generated from the following file:

Documentation generated with DoxyGen