Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c230 switch (s->substate_metablock_header) { in DecodeMetaBlockLength()
240 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NIBBLES; in DecodeMetaBlockLength()
243 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_EMPTY; in DecodeMetaBlockLength()
251 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NONE; in DecodeMetaBlockLength()
254 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NIBBLES; in DecodeMetaBlockLength()
265 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_RESERVED; in DecodeMetaBlockLength()
268 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_SIZE; in DecodeMetaBlockLength()
284 s->substate_metablock_header = in DecodeMetaBlockLength()
296 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NONE; in DecodeMetaBlockLength()
306 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_BYTES; in DecodeMetaBlockLength()
[all …]
Dstate.h310 BrotliRunningMetablockHeaderState substate_metablock_header; member
Dstate.c35 s->substate_metablock_header = BROTLI_STATE_METABLOCK_HEADER_NONE; in BrotliDecoderStateInit()