OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:substate_metablock_header
(Results
1 - 3
of
3
) sorted by null
/external/brotli/c/dec/
state.h
205
BrotliRunningMetablockHeaderState
substate_metablock_header
;
member in struct:BrotliDecoderStateStruct
decode.c
229
switch (s->
substate_metablock_header
) {
239
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_NIBBLES;
242
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_EMPTY;
250
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_NONE;
253
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_NIBBLES;
264
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_RESERVED;
267
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_SIZE;
282
s->
substate_metablock_header
=
294
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_NONE;
304
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_BYTES
[
all
...]
state.c
35
s->
substate_metablock_header
= BROTLI_STATE_METABLOCK_HEADER_NONE;
Completed in 436 milliseconds