FFmpeg
Data Fields
TileInfo Struct Reference

Data Fields

uint16_t flags
 
int16_t bias
 
MV mv
 
struct TileInfochild [4]
 

Detailed Description

Definition at line 61 of file clearvideo.c.

Field Documentation

◆ flags

uint16_t TileInfo::flags

Definition at line 62 of file clearvideo.c.

Referenced by decode_tile_info(), and restore_tree().

◆ bias

int16_t TileInfo::bias

Definition at line 63 of file clearvideo.c.

Referenced by decode_tile_info(), and restore_tree().

◆ mv

MV TileInfo::mv

Definition at line 64 of file clearvideo.c.

Referenced by clv_decode_frame(), decode_tile_info(), and restore_tree().

◆ child

struct TileInfo* TileInfo::child[4]

Definition at line 65 of file clearvideo.c.

Referenced by decode_tile_info(), and restore_tree().


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