FFmpeg
|
Data Fields | |
uint16_t | flags |
int16_t | bias |
MV | mv |
struct TileInfo * | child [4] |
Definition at line 62 of file clearvideo.c.
uint16_t TileInfo::flags |
Definition at line 63 of file clearvideo.c.
Referenced by decode_tile_info(), and restore_tree().
int16_t TileInfo::bias |
Definition at line 64 of file clearvideo.c.
Referenced by decode_tile_info(), and restore_tree().
MV TileInfo::mv |
Definition at line 65 of file clearvideo.c.
Referenced by clv_decode_frame(), decode_tile_info(), and restore_tree().
struct TileInfo* TileInfo::child[4] |
Definition at line 66 of file clearvideo.c.
Referenced by decode_tile_info(), and restore_tree().