MCPcopy Create free account
hub / github.com/IENT/YUView / getBlockData

Method getBlockData

YUViewLib/src/decoder/decoderDav1d.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return internalsSupported ? (uint8_t *)curPicture.pre_lpf[component] : nullptr;
85 }
86 Av1Block *getBlockData() const
87 {
88 return internalsSupported ? reinterpret_cast<Av1Block *>(curPicture.blk_data) : nullptr;
89 }
90
91 Dav1dSequenceHeader *getSequenceHeader() const { return curPicture.seq_hdr; }
92 Dav1dFrameHeader * getFrameHeader() const { return curPicture.frame_hdr; }

Callers 1

cacheStatisticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected