Home
last modified time | relevance | path

Searched refs:htree_command (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/dec/
Dstate.h131 HuffmanCode* htree_command; member
Ddecode.c1212 s->htree_command = s->insert_copy_hgroup.htrees[s->block_type_rb[3]]; in DecodeCommandBlockSwitchInternal()
1577 cmd_code = ReadSymbol(s->htree_command, br); in ReadCommandInternal()
1580 if (!SafeReadSymbol(s->htree_command, br, &cmd_code)) { in ReadCommandInternal()
2344 s->htree_command = s->insert_copy_hgroup.htrees[0]; in BrotliDecoderDecompressStream()