Home
last modified time | relevance | path

Searched defs:TileScratchBuffer (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/
Dtile_scratch_buffer.h33 struct TileScratchBuffer : public MaxAlignedAllocable { struct
34 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 argument
67 union {
114 class TileScratchBufferPool { argument
131 std::unique_ptr<TileScratchBuffer> Get() { in Get() argument