Home
last modified time | relevance | path

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

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