Home
last modified time | relevance | path

Searched refs:tile_row_height_in_superblocks (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/src/utils/
Dtypes.h297 int tile_row_height_in_superblocks[kMaxTileRows + 1]; member
/external/libgav1/src/
Dobu_parser.cc1722 max_height, &tile_info->tile_row_height_in_superblocks[i])) { in ParseTileInfoSyntax()
1726 ++tile_info->tile_row_height_in_superblocks[i]; in ParseTileInfoSyntax()
1727 sb_start += tile_info->tile_row_height_in_superblocks[i]; in ParseTileInfoSyntax()
Dobu_parser_test.cc711 OBU_TEST_COMPARE(tile_row_height_in_superblocks[i]) << "tile_rows: " << i; in VerifyTileInfoParameters()
2480 gold.tile_row_height_in_superblocks[0] = 2; in TEST_F()
2481 gold.tile_row_height_in_superblocks[1] = 1; in TEST_F()