#include <mpeg2enc.h>
Data Fields | |
| int | mb_type |
| int | motion_type |
| int | dct_type |
| int | mquant |
| int | cbp |
| int | skipped |
| int | MV [2][2][2] |
| int | mv_field_sel [2][2] |
| int | dmvector [2] |
| double | act |
| int | i_act |
| int | p_act |
| int | b_act |
| int | var |
| short(* | dctblocks )[64] |
Definition at line 101 of file mpeg2enc.h.
| int mbinfo::mb_type |
Definition at line 102 of file mpeg2enc.h.
Referenced by calc_actj(), field_ME(), frame_ME(), iquantize(), predict_mb(), and slice_engine_loop().
Definition at line 103 of file mpeg2enc.h.
Referenced by field_ME(), frame_ME(), predict_mb(), putmvs(), and slice_engine_loop().
| int mbinfo::dct_type |
Definition at line 104 of file mpeg2enc.h.
Referenced by dct_type_estimation(), itransform_engine_loop(), slice_engine_loop(), and transform_engine_loop().
| int mbinfo::mquant |
Definition at line 105 of file mpeg2enc.h.
Referenced by iquantize(), ratectl_update_pict(), and slice_engine_loop().
| int mbinfo::cbp |
| int mbinfo::skipped |
| int mbinfo::MV[2][2][2] |
Definition at line 108 of file mpeg2enc.h.
Referenced by field_ME(), frame_ME(), predict_mb(), putmvs(), and slice_engine_loop().
| int mbinfo::mv_field_sel[2][2] |
Definition at line 109 of file mpeg2enc.h.
Referenced by field_ME(), frame_ME(), predict_mb(), putmvs(), and slice_engine_loop().
| int mbinfo::dmvector[2] |
Definition at line 110 of file mpeg2enc.h.
Referenced by field_ME(), frame_ME(), predict_mb(), and putmvs().
| double mbinfo::act |
| int mbinfo::i_act |
Definition at line 112 of file mpeg2enc.h.
| int mbinfo::p_act |
Definition at line 113 of file mpeg2enc.h.
| int mbinfo::b_act |
Definition at line 114 of file mpeg2enc.h.
| int mbinfo::var |
| short(* mbinfo::dctblocks)[64] |
1.5.5