Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dhuffman.h109 BROTLI_INTERNAL uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table,
Dhuffman.c261 uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table, in BrotliBuildSimpleHuffmanTable() function
Ddecode.c800 table_size = BrotliBuildSimpleHuffmanTable( in ReadHuffmanCode()