Home
last modified time | relevance | path

Searched refs:is_last_metablock (Results 1 – 3 of 3) sorted by relevance

/external/brotli/dec/
Dstate.h214 unsigned int is_last_metablock : 1; member
Dstate.c87 s->is_last_metablock = 0; in BrotliDecoderStateInitWithCustomAllocators()
Ddecode.c185 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()