AOMedia AV1 Codec
|
Structure to hold information about tiles in a frame. More...
#include <aomdx.h>
Data Fields | |
int | tile_columns |
int | tile_rows |
int | tile_widths [64] |
int | tile_heights [64] |
int | num_tile_groups |
Structure to hold information about tiles in a frame.
Defines a structure to hold a frame's tile information, namely number of tile columns, number of tile_rows, and the width and height of each tile.
int aom_tile_info::tile_columns |
Indicates the number of tile columns.
int aom_tile_info::tile_rows |
Indicates the number of tile rows.
int aom_tile_info::tile_widths[64] |
Indicates the tile widths in units of SB.
int aom_tile_info::tile_heights[64] |
Indicates the tile heights in units of SB.
int aom_tile_info::num_tile_groups |
Indicates the number of tile groups present in a frame.