Searched refs:is_last_metablock (Results 1 – 3 of 3) sorted by relevance
213 unsigned int is_last_metablock : 1; member
71 s->is_last_metablock = 0; in BrotliDecoderStateInit()
234 s->is_last_metablock = bits ? 1 : 0; in DecodeMetaBlockLength()238 if (!s->is_last_metablock) { in DecodeMetaBlockLength()287 if (!s->is_last_metablock) { in DecodeMetaBlockLength()2147 BROTLI_LOG_UINT(s->is_last_metablock); in BrotliDecoderDecompressStream()2410 if (!s->is_last_metablock) { in BrotliDecoderDecompressStream()