Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/tile/
H A Dtile.cc470 tile_scratch_buffer_pool_(
646 tile_scratch_buffer_pool_->Get(); in ParseAndDecode()
661 tile_scratch_buffer_pool_->Release(std::move(scratch_buffer)); in ParseAndDecode()
669 tile_scratch_buffer_pool_->Get(); in Parse()
681 tile_scratch_buffer_pool_->Release(std::move(scratch_buffer)); in Parse()
693 tile_scratch_buffer_pool_->Get(); in Decode()
740 tile_scratch_buffer_pool_->Release(std::move(scratch_buffer)); in Decode()
760 tile_scratch_buffer_pool_->Get(); in ThreadedParseAndDecode()
795 tile_scratch_buffer_pool_->Release(std::move(scratch_buffer)); in ThreadedParseAndDecode()
854 tile_scratch_buffer_pool_->Get(); in DecodeSuperBlock()
[all …]
/aosp_15_r20/external/libgav1/src/
H A Dtile.h753 TileScratchBufferPool* const tile_scratch_buffer_pool_; variable