FFmpeg
|
information for Indeo macroblock (16x16, 8x8 or 4x4) More...
#include <ivi.h>
Data Fields | |
int16_t | xpos |
int16_t | ypos |
uint32_t | buf_offs |
address in the output buffer for this mb More... | |
uint8_t | type |
macroblock type: 0 - INTRA, 1 - INTER More... | |
uint8_t | cbp |
coded block pattern More... | |
int8_t | q_delta |
quant delta More... | |
int8_t | mv_x |
motion vector (x component) More... | |
int8_t | mv_y |
motion vector (y component) More... | |
int8_t | b_mv_x |
second motion vector (x component) More... | |
int8_t | b_mv_y |
second motion vector (y component) More... | |
uint32_t IVIMbInfo::buf_offs |
uint8_t IVIMbInfo::type |
macroblock type: 0 - INTRA, 1 - INTER
Definition at line 114 of file ivi.h.
Referenced by decode_mb_info().
int8_t IVIMbInfo::q_delta |
quant delta
Definition at line 116 of file ivi.h.
Referenced by decode_mb_info(), and ivi_process_empty_tile().
int8_t IVIMbInfo::mv_x |
motion vector (x component)
Definition at line 117 of file ivi.h.
Referenced by decode_mb_info(), and ivi_process_empty_tile().
int8_t IVIMbInfo::mv_y |
motion vector (y component)
Definition at line 118 of file ivi.h.
Referenced by decode_mb_info(), and ivi_process_empty_tile().