OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HuffmanCode
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
huffman_utils.h
36
}
HuffmanCode
;
58
HuffmanCode
* htrees[HUFFMAN_CODES_PER_META_CODE];
81
int VP8LBuildHuffmanTable(
HuffmanCode
* const root_table, int root_bits,
/external/brotli/c/dec/
huffman.h
47
}
HuffmanCode
;
49
static BROTLI_INLINE
HuffmanCode
ConstructHuffmanCode(const uint8_t bits,
51
HuffmanCode
h;
57
/* Please use the following macros to optimize
HuffmanCode
accesses in hot
60
* For example, assuming |table| contains a
HuffmanCode
pointer:
75
/* These must be given a
HuffmanCode
pointer! */
81
typedef BROTLI_ALIGNED(4) uint32_t
HuffmanCode
;
83
static BROTLI_INLINE
HuffmanCode
ConstructHuffmanCode(const uint8_t bits,
91
/* These must be given a
HuffmanCode
pointer! */
97
BROTLI_INTERNAL void BrotliBuildCodeLengthsHuffmanTable(
HuffmanCode
* root_table
[
all
...]
Completed in 54 milliseconds