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