FFmpeg
|
Data Fields | |
int16_t | xpos |
cell coordinates in 4x4 blocks More... | |
int16_t | ypos |
int16_t | width |
cell width in 4x4 blocks More... | |
int16_t | height |
cell height in 4x4 blocks More... | |
uint8_t | tree |
tree id: 0- MC tree, 1 - VQ tree More... | |
const int8_t * | mv_ptr |
ptr to the motion vector if any More... | |
int16_t Cell::xpos |
cell coordinates in 4x4 blocks
Definition at line 75 of file indeo3.c.
Referenced by copy_cell(), decode_cell(), decode_plane(), and parse_bintree().
int16_t Cell::ypos |
Definition at line 76 of file indeo3.c.
Referenced by copy_cell(), decode_cell(), decode_plane(), and parse_bintree().
int16_t Cell::width |
cell width in 4x4 blocks
Definition at line 77 of file indeo3.c.
Referenced by copy_cell(), decode_cell(), decode_cell_data(), decode_plane(), and parse_bintree().
int16_t Cell::height |
cell height in 4x4 blocks
Definition at line 78 of file indeo3.c.
Referenced by copy_cell(), decode_cell(), decode_cell_data(), decode_plane(), and parse_bintree().
uint8_t Cell::tree |
tree id: 0- MC tree, 1 - VQ tree
Definition at line 79 of file indeo3.c.
Referenced by decode_plane(), and parse_bintree().
const int8_t* Cell::mv_ptr |
ptr to the motion vector if any
Definition at line 80 of file indeo3.c.
Referenced by copy_cell(), decode_cell(), decode_cell_data(), decode_plane(), and parse_bintree().