MCPcopy Create free account
hub / github.com/Tencent/libpag / VP8LPrefetchBits

Function VP8LPrefetchBits

src/codec/utils/WebpDecoder.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307static WEBP_INLINE uint32_t VP8LPrefetchBits(VP8LBitReader* const br) {
308 return (uint32_t)(br->val_ >> (br->bit_pos_ & (VP8L_LBITS - 1)));
309}
310
311static WEBP_INLINE int VP8LIsEndOfStream(const VP8LBitReader* const br) {
312 assert(br->pos_ <= br->len_);

Callers 1

VP8LReadBitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected