Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dhuffman.h97 BROTLI_INTERNAL void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* root_table,
Dhuffman.c104 void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* table, in BrotliBuildCodeLengthsHuffmanTable() function
Ddecode.c816 BrotliBuildCodeLengthsHuffmanTable(s->table, in ReadHuffmanCode()