Searched refs:is_last_metablock (Results 1 – 3 of 3) sorted by relevance
315 unsigned int is_last_metablock : 1; member
66 s->is_last_metablock = 0; in BrotliDecoderStateInit()
235 s->is_last_metablock = bits ? 1 : 0; in DecodeMetaBlockLength()239 if (!s->is_last_metablock) { in DecodeMetaBlockLength()289 if (!s->is_last_metablock) { in DecodeMetaBlockLength()2229 BROTLI_LOG_UINT(s->is_last_metablock); in BrotliDecoderDecompressStream()2512 if (!s->is_last_metablock) { in BrotliDecoderDecompressStream()