Home
last modified time | relevance | path

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

/external/libgav1/src/
Ddecoder_impl.cc397 const int next_row4x4 = row4x4 + superblock_size4x4; in DecodeSuperBlockRowInTile() local
398 if (!tile.IsRow4x4Inside(next_row4x4)) { in DecodeSuperBlockRowInTile()
403 thread_pool.Schedule([&tiles, tile_index, next_row4x4, superblock_size4x4, in DecodeSuperBlockRowInTile()
406 DecodeSuperBlockRowInTile(tiles, tile_index, next_row4x4, in DecodeSuperBlockRowInTile()