Home
last modified time | relevance | path

Searched defs:TileInfo (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.h20 typedef struct TileInfo { struct
23 } TileInfo; argument
/external/libaom/libaom/av1/common/
Dtile_common.h27 typedef struct TileInfo { struct
32 } TileInfo; typedef
/external/libgav1/libgav1/src/utils/
Dtypes.h300 struct TileInfo { struct
301 bool uniform_spacing;
302 int sb_rows;
303 int sb_columns;
304 int tile_count;
305 int tile_columns_log2;
306 int tile_columns;
307 int tile_column_start[kMaxTileColumns + 1];
310 int tile_column_width_in_superblocks[kMaxTileColumns + 1];
311 int tile_rows_log2;
[all …]