Searched refs:is_last_metablock (Results 1 – 3 of 3) sorted by relevance
214 unsigned int is_last_metablock : 1; member
87 s->is_last_metablock = 0; in BrotliDecoderStateInitWithCustomAllocators()
185 s->is_last_metablock = bits ? 1 : 0; in DecodeMetaBlockLength()189 if (!s->is_last_metablock) { in DecodeMetaBlockLength()238 if (!s->is_last_metablock) { in DecodeMetaBlockLength()2025 BROTLI_LOG_UINT(s->is_last_metablock); in BrotliDecoderDecompressStream()2268 if (!s->is_last_metablock) { in BrotliDecoderDecompressStream()