FFmpeg
|
Data Fields | |
union { | |
int16_t mv [2][2] | |
int16_t dc [3] | |
} | u |
uint8_t | ref |
Definition at line 80 of file diracdec.c.
int16_t DiracBlock::mv[2][2] |
Definition at line 82 of file diracdec.c.
Referenced by decode_block_params(), global_mv(), mc_subpel(), and pred_mv().
int16_t DiracBlock::dc[3] |
Definition at line 83 of file diracdec.c.
Referenced by block_mc(), decode_block_params(), and pred_block_dc().
union { ... } DiracBlock::u |
Referenced by block_mc(), decode_block_params(), global_mv(), mc_subpel(), pred_block_dc(), and pred_mv().
uint8_t DiracBlock::ref |
Definition at line 85 of file diracdec.c.
Referenced by block_mc(), decode_block_params(), and pred_block_mode().