#include <global.h>

Data Fields | |
| double | min_rdcost |
| double | min_dcost |
| double | min_rate |
| imgpel *** | rec_mb |
| int **** | cofAC |
| int *** | cofDC |
| int ***** | cofAC_new |
| short | mb_type |
| int64 | cbp_blk |
| int | cbp |
| int | prev_cbp |
| int | mode |
| short | i16offset |
| Boolean | NoMbPartLessThan8x8Flag |
| char | c_ipred_mode |
| short | qp |
| short | prev_qp |
| short | prev_dqp |
| byte | luma_transform_size_8x8_flag |
| Info8x8 | block |
| Info8x8 | b8x8 [4] |
| short ****** | all_mv |
| short ******* | bipred_mv |
| char | intra_pred_modes [16] |
| char | intra_pred_modes8x8 [16] |
| char ** | ipredmode |
| char *** | refar |
Definition at line 438 of file global.h.
| short****** all_mv |
all modes motion vectors
Definition at line 465 of file global.h.
Referenced by copy_rdopt_data(), SetMotionVectorsMBBSlice(), SetMotionVectorsMBPSlice(), SetMVBSlice16x8(), SetMVBSlice8x16(), and SetMVBSlice8x8().
| imgpel*** rec_mb |
hold the components of reconstructed MB
Definition at line 444 of file global.h.
Referenced by copy_rdopt_data(), set_mbaff_parameters(), and set_stored_macroblock_parameters_mpass().
| char*** refar |
reference frame array [list][y][x]
Definition at line 471 of file global.h.
Referenced by copy_rdopt_data(), set_mbaff_parameters(), and set_stored_macroblock_parameters_mpass().