Searched defs:TileScratchBuffer (Results 1 – 1 of 1) sorted by relevance
33 struct TileScratchBuffer : public MaxAlignedAllocable { struct34 static constexpr int kBlockDecodedStride = 34;36 LIBGAV1_MUST_USE_RESULT bool Init(int bitdepth) { in Init()64 // For each instance of the TileScratchBuffer, only one of the following argument67 union {114 class TileScratchBufferPool { argument131 std::unique_ptr<TileScratchBuffer> Get() { in Get() argument