rd_data Struct Reference

#include <global.h>

Collaboration diagram for rd_data:

Collaboration graph
[legend]

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

Detailed Description

For MB level field/frame coding tools temporary structure to store MB data for field/frame coding

Definition at line 438 of file global.h.


Field Documentation

short****** all_mv

short******* bipred_mv

Biprediction MVs.

Definition at line 466 of file global.h.

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().


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

Documentation generated with DoxyGen