#include <errdo.h>
Data Fields | |
imgpel *** | dec_mbY_best |
imgpel **** | dec_mbY_best8x8 |
imgpel **** | dec_mb_pred_best8x8 |
imgpel *** | dec_mb_pred |
int *** | res_img |
Definition at line 18 of file errdo.h.
imgpel*** dec_mb_pred |
Predicted pixel values for macroblock.
Definition at line 23 of file errdo.h.
Referenced by add_residue(), allocate_errdo_mem(), decode_one_mb(), free_errdo_mem(), perform_mc(), perform_mc_concealment(), and submacroblock_mode_decision().
imgpel**** dec_mb_pred_best8x8 |
Predicted pixel values for best 8x8 modes.
Definition at line 22 of file errdo.h.
Referenced by allocate_errdo_mem(), free_errdo_mem(), SetCoeffAndReconstruction8x8(), and submacroblock_mode_decision().
imgpel*** dec_mbY_best |
Best reconstructed macroblock pixel values.
Definition at line 20 of file errdo.h.
Referenced by allocate_errdo_mem(), free_errdo_mem(), set_stored_macroblock_parameters(), set_stored_macroblock_parameters_mpass(), set_stored_macroblock_parameters_sp(), and store_macroblock_parameters().
imgpel**** dec_mbY_best8x8 |
Best reconstructed 8x8 mode pixel values.
Definition at line 21 of file errdo.h.
Referenced by allocate_errdo_mem(), free_errdo_mem(), SetCoeffAndReconstruction8x8(), and submacroblock_mode_decision().
int*** res_img |
Residual values for macroblock.
Definition at line 24 of file errdo.h.
Referenced by add_residue(), allocate_errdo_mem(), free_errdo_mem(), RDCost_for_8x8blocks(), and RDCost_for_macroblocks().