Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Ddecoder_impl.cc341 const int superblock_size4x4, const int tile_columns, in DecodeSuperBlockRowInTile() argument
365 superblock_size4x4); in DecodeSuperBlockRowInTile()
375 tile.column4x4_end() - kNum4x4InLoopFilterUnit, superblock_size4x4); in DecodeSuperBlockRowInTile()
377 const int superblock_size4x4_log2 = FloorLog2(superblock_size4x4); in DecodeSuperBlockRowInTile()
397 const int next_row4x4 = row4x4 + superblock_size4x4; in DecodeSuperBlockRowInTile()
403 thread_pool.Schedule([&tiles, tile_index, next_row4x4, superblock_size4x4, in DecodeSuperBlockRowInTile()
407 superblock_size4x4, tile_columns, superblock_rows, in DecodeSuperBlockRowInTile()