Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/
H A Dtile_scratch_buffer.h38 struct TileScratchBuffer : public MaxAlignedAllocable { struct
39 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 argument
80 union {
127 class TileScratchBufferPool { argument
144 std::unique_ptr<TileScratchBuffer> Get() { in Get() argument