Home
last modified time | relevance | path

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

/external/brotli/dec/
Dstate.h88 BROTLI_STATE_DECODE_UINT8_NONE, enumerator
Dstate.c51 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in BrotliDecoderStateInitWithCustomAllocators()
Ddecode.c135 case BROTLI_STATE_DECODE_UINT8_NONE: in DecodeVarLenUint8()
152 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8()
165 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8()