Home
last modified time | relevance | path

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

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