IVITile Struct Reference

information for Indeo tile More...

#include <ivi_common.h>

Collaboration diagram for IVITile:
Collaboration graph

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...
 
IVIMbInfombs
 array of macroblock descriptors More...
 
IVIMbInforef_mbs
 ptr to the macroblock descriptors of the reference tile More...
 

Detailed Description

information for Indeo tile

Definition at line 113 of file ivi_common.h.

Field Documentation

int IVITile::data_size

size of the data in bytes

Definition at line 120 of file ivi_common.h.

Referenced by decode_band(), and ff_ivi_init_tiles().

int IVITile::height

Definition at line 117 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ivi_process_empty_tile().

int IVITile::is_empty

= 1 if this tile doesn't contain any data

Definition at line 119 of file ivi_common.h.

Referenced by decode_band(), and ff_ivi_init_tiles().

int IVITile::mb_size

Definition at line 118 of file ivi_common.h.

Referenced by decode_band(), and ff_ivi_init_tiles().

IVIMbInfo* IVITile::mbs

array of macroblock descriptors

Definition at line 122 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_init_tiles(), ivi_decode_blocks(), and ivi_process_empty_tile().

int IVITile::num_MBs

number of macroblocks in this tile

Definition at line 121 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ivi_process_empty_tile().

IVIMbInfo* IVITile::ref_mbs

ptr to the macroblock descriptors of the reference tile

Definition at line 123 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ivi_process_empty_tile().

int IVITile::width

Definition at line 116 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ivi_process_empty_tile().

int IVITile::xpos

Definition at line 114 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ivi_process_empty_tile().

int IVITile::ypos

Definition at line 115 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_init_tiles(), and ivi_process_empty_tile().


The documentation for this struct was generated from the following file: