Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c229 switch (s->substate_metablock_header) { in DecodeMetaBlockLength()
239 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NIBBLES; in DecodeMetaBlockLength()
242 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_EMPTY; in DecodeMetaBlockLength()
250 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NONE; in DecodeMetaBlockLength()
253 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NIBBLES; in DecodeMetaBlockLength()
264 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_RESERVED; in DecodeMetaBlockLength()
267 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_SIZE; in DecodeMetaBlockLength()
282 s->substate_metablock_header = in DecodeMetaBlockLength()
294 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NONE; in DecodeMetaBlockLength()
304 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_BYTES; in DecodeMetaBlockLength()
[all …]
Dstate.h205 BrotliRunningMetablockHeaderState substate_metablock_header; member
Dstate.c35 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NONE; in BrotliDecoderStateInit()