FFmpeg
|
information for Indeo tile More...
#include <ivi.h>
Data Fields | |
int | xpos |
int | ypos |
int | width |
int | height |
int | mb_size |
int | is_empty |
= 1 if this tile doesn't contain any data More... | |
int | data_size |
size of the data in bytes More... | |
int | num_MBs |
number of macroblocks in this tile More... | |
IVIMbInfo * | mbs |
array of macroblock descriptors More... | |
IVIMbInfo * | ref_mbs |
ptr to the macroblock descriptors of the reference tile More... | |
int IVITile::is_empty |
int IVITile::num_MBs |
number of macroblocks in this tile
Definition at line 134 of file ivi.h.
Referenced by ivi_init_tiles().
IVIMbInfo* IVITile::mbs |
array of macroblock descriptors
Definition at line 135 of file ivi.h.
Referenced by ff_ivi_init_tiles(), ivi_free_buffers(), and ivi_init_tiles().
IVIMbInfo* IVITile::ref_mbs |