Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Ddecoder_impl.cc342 const int superblock_rows, FrameScratchBuffer* const frame_scratch_buffer, in DecodeSuperBlockRowInTile() argument
347 SetFailureAndNotifyAll(frame_scratch_buffer, superblock_rows); in DecodeSuperBlockRowInTile()
356 SetFailureAndNotifyAll(frame_scratch_buffer, superblock_rows); in DecodeSuperBlockRowInTile()
404 tile_columns, superblock_rows, frame_scratch_buffer, in DecodeSuperBlockRowInTile()
407 superblock_size4x4, tile_columns, superblock_rows, in DecodeSuperBlockRowInTile()
477 const int superblock_rows = in DecodeTilesThreadedFrameParallel() local
479 if (!frame_scratch_buffer->superblock_row_progress.Resize(superblock_rows) || in DecodeTilesThreadedFrameParallel()
481 superblock_rows)) { in DecodeTilesThreadedFrameParallel()
487 superblock_rows * sizeof(superblock_row_progress[0])); in DecodeTilesThreadedFrameParallel()
499 frame_scratch_buffer, superblock_rows]() { in DecodeTilesThreadedFrameParallel()
[all …]
Dtile.h183 int superblock_rows() const { return superblock_rows_; } in superblock_rows() function