IVIMbInfo Struct Reference

information for Indeo macroblock (16x16, 8x8 or 4x4) More...

#include <ivi_common.h>


Data Fields

int16_t xpos
int16_t ypos
uint32_t buf_offs
 address in the output buffer for this mb
uint8_t type
 macroblock type: 0 - INTRA, 1 - INTER
uint8_t cbp
 coded block pattern
int8_t q_delta
 quant delta
int8_t mv_x
 motion vector (x component)
int8_t mv_y
 motion vector (y component)


Detailed Description

information for Indeo macroblock (16x16, 8x8 or 4x4)

Definition at line 86 of file ivi_common.h.


Field Documentation

address in the output buffer for this mb

Definition at line 89 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_decode_blocks(), and ff_ivi_process_empty_tile().

uint8_t IVIMbInfo::cbp

coded block pattern

Definition at line 91 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_decode_blocks(), and ff_ivi_process_empty_tile().

motion vector (x component)

Definition at line 93 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_decode_blocks(), and ff_ivi_process_empty_tile().

motion vector (y component)

Definition at line 94 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_decode_blocks(), and ff_ivi_process_empty_tile().

quant delta

Definition at line 92 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_decode_blocks(), and ff_ivi_process_empty_tile().

uint8_t IVIMbInfo::type

macroblock type: 0 - INTRA, 1 - INTER

Definition at line 90 of file ivi_common.h.

Referenced by decode_mb_info(), ff_ivi_decode_blocks(), and ff_ivi_process_empty_tile().

int16_t IVIMbInfo::xpos

Definition at line 87 of file ivi_common.h.

Referenced by decode_mb_info(), and ff_ivi_process_empty_tile().

int16_t IVIMbInfo::ypos

Definition at line 88 of file ivi_common.h.

Referenced by decode_mb_info(), and ff_ivi_process_empty_tile().


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

Generated on Fri Oct 26 02:36:57 2012 for FFmpeg by  doxygen 1.5.8