Home
last modified time | relevance | path

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

/external/libaom/av1/common/
Dtile_common.h28 typedef struct TileInfo { struct
33 } TileInfo; typedef
/external/libvpx/vp9/common/
Dvp9_tile_common.h20 typedef struct TileInfo { struct
23 } TileInfo; argument
/external/libgav1/src/utils/
Dtypes.h281 struct TileInfo { struct
282 bool uniform_spacing;
283 int sb_rows;
284 int sb_columns;
285 int tile_count;
286 int tile_columns_log2;
287 int tile_columns;
288 int tile_column_start[kMaxTileColumns + 1];
291 int tile_column_width_in_superblocks[kMaxTileColumns + 1];
292 int tile_rows_log2;
[all …]
/external/ImageMagick/coders/
Dashlar.c214 } TileInfo; typedef