Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DMatrixUtils.h31 struct TileInfo { struct
33 unsigned NumRows;
36 unsigned NumColumns;
40 unsigned NumInner;
66 TileInfo(unsigned NumRows, unsigned NumColumns, unsigned NumInner, in TileInfo() argument
/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; argument
/external/libgav1/libgav1/src/utils/
Dtypes.h301 struct TileInfo { struct
302 bool uniform_spacing;
303 int sb_rows;
304 int sb_columns;
305 int tile_count;
306 int tile_columns_log2;
307 int tile_columns;
308 int tile_column_start[kMaxTileColumns + 1];
311 int tile_column_width_in_superblocks[kMaxTileColumns + 1];
312 int tile_rows_log2;
[all …]
/external/ImageMagick/coders/
Dashlar.c214 } TileInfo; typedef