#include <ivi_common.h>
Data Fields | |
| int | xpos |
| int | ypos |
| int | width |
| int | height |
| int | is_empty |
| = 1 if this tile doesn't contain any data | |
| int | data_size |
| size of the data in bytes | |
| int | num_MBs |
| number of macroblocks in this tile | |
| IVIMbInfo * | mbs |
| array of macroblock descriptors | |
| IVIMbInfo * | ref_mbs |
| ptr to the macroblock descriptors of the reference tile | |
Definition at line 101 of file ivi_common.h.
size of the data in bytes
Definition at line 107 of file ivi_common.h.
Referenced by decode_band(), and ff_ivi_init_tiles().
| int IVITile::height |
Definition at line 105 of file ivi_common.h.
Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ff_ivi_process_empty_tile().
= 1 if this tile doesn't contain any data
Definition at line 106 of file ivi_common.h.
Referenced by decode_band(), and ff_ivi_init_tiles().
array of macroblock descriptors
Definition at line 109 of file ivi_common.h.
Referenced by decode_mb_info(), ff_ivi_decode_blocks(), ff_ivi_init_tiles(), and ff_ivi_process_empty_tile().
| int IVITile::num_MBs |
number of macroblocks in this tile
Definition at line 108 of file ivi_common.h.
Referenced by ff_ivi_init_tiles().
ptr to the macroblock descriptors of the reference tile
Definition at line 110 of file ivi_common.h.
Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ff_ivi_process_empty_tile().
| int IVITile::width |
Definition at line 104 of file ivi_common.h.
Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ff_ivi_process_empty_tile().
| int IVITile::xpos |
Definition at line 102 of file ivi_common.h.
Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ff_ivi_process_empty_tile().
| int IVITile::ypos |
Definition at line 103 of file ivi_common.h.
Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ff_ivi_process_empty_tile().
1.5.8