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