FFmpeg
Data Fields
IVITile Struct Reference

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...
 
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 126 of file ivi.h.

Field Documentation

◆ xpos

int IVITile::xpos

Definition at line 127 of file ivi.h.

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

◆ ypos

int IVITile::ypos

Definition at line 128 of file ivi.h.

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

◆ width

int IVITile::width

Definition at line 129 of file ivi.h.

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

◆ height

int IVITile::height

Definition at line 130 of file ivi.h.

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

◆ mb_size

int IVITile::mb_size

Definition at line 131 of file ivi.h.

Referenced by decode_band(), and ivi_init_tiles().

◆ is_empty

int IVITile::is_empty

= 1 if this tile doesn't contain any data

Definition at line 132 of file ivi.h.

Referenced by decode_band(), and ivi_init_tiles().

◆ data_size

int IVITile::data_size

size of the data in bytes

Definition at line 133 of file ivi.h.

Referenced by decode_band(), and ivi_init_tiles().

◆ num_MBs

int IVITile::num_MBs

number of macroblocks in this tile

Definition at line 134 of file ivi.h.

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

◆ mbs

IVIMbInfo* IVITile::mbs

array of macroblock descriptors

Definition at line 135 of file ivi.h.

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

◆ ref_mbs

IVIMbInfo* IVITile::ref_mbs

ptr to the macroblock descriptors of the reference tile

Definition at line 136 of file ivi.h.

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


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