OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:huffmancode
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.h
31
}
HuffmanCode
;
35
int BrotliBuildHuffmanTable(
HuffmanCode
* root_table,
huffman.c
43
static BROTLI_INLINE void ReplicateValue(
HuffmanCode
* table,
45
HuffmanCode
code) {
67
int BrotliBuildHuffmanTable(
HuffmanCode
* root_table,
71
HuffmanCode
code; /* current table entry */
72
HuffmanCode
* table; /* next available space in table */
decode.c
114
static BROTLI_INLINE int ReadSymbol(const
HuffmanCode
* table,
143
HuffmanCode
table[32];
154
const
HuffmanCode
* p = table;
209
HuffmanCode
* table,
282
static const
HuffmanCode
huff[16] = {
288
const
HuffmanCode
* p = huff;
317
static BROTLI_INLINE int ReadBlockLength(const
HuffmanCode
* table,
362
HuffmanCode
* codes;
363
HuffmanCode
** htrees;
370
group->codes = (
HuffmanCode
*)malloc
[
all
...]
Completed in 46 milliseconds