Searched defs:TileScratchBuffer (Results 1 – 1 of 1) sorted by relevance
38 struct TileScratchBuffer : public MaxAlignedAllocable { struct39 static constexpr int kBlockDecodedStride = 34;41 LIBGAV1_MUST_USE_RESULT bool Init(int bitdepth) { in Init()77 // For each instance of the TileScratchBuffer, only one of the following argument80 union {127 class TileScratchBufferPool { argument144 std::unique_ptr<TileScratchBuffer> Get() { in Get() argument