decoders Struct Reference

Info for the "decoders-in-the-encoder" used for rdoptimization with packet losses. More...

#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


Detailed Description

Info for the "decoders-in-the-encoder" used for rdoptimization with packet losses.

Definition at line 18 of file errdo.h.


Field Documentation

imgpel*** dec_mb_pred

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

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


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

Documentation generated with DoxyGen