OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HuffmanCode
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/utils/
huffman.h
36
}
HuffmanCode
;
58
HuffmanCode
* htrees[HUFFMAN_CODES_PER_META_CODE];
81
int VP8LBuildHuffmanTable(
HuffmanCode
* const root_table, int root_bits,
huffman.c
53
static WEBP_INLINE void ReplicateValue(
HuffmanCode
* table,
55
HuffmanCode
code) {
78
int VP8LBuildHuffmanTable(
HuffmanCode
* const root_table, int root_bits,
80
HuffmanCode
* table = root_table; // next available space in table
132
HuffmanCode
code;
160
HuffmanCode
code;
179
HuffmanCode
code;
/external/webp/src/dec/
vp8li.h
54
HuffmanCode
*huffman_tables_;
vp8l.c
182
static WEBP_INLINE int ReadSymbol(const
HuffmanCode
* table,
218
static int AccumulateHCode(
HuffmanCode
hcode, int shift,
231
HuffmanCode
hcode = htree_group->htrees[GREEN][bits];
255
HuffmanCode
table[1 << LENGTHS_TABLE_BITS];
275
const
HuffmanCode
* p;
309
int* const code_lengths,
HuffmanCode
* const table) {
364
HuffmanCode
* huffman_tables = NULL;
365
HuffmanCode
* next = NULL;
405
huffman_tables = (
HuffmanCode
*)WebPSafeMalloc(num_htree_groups * table_size,
419
HuffmanCode
** const htrees = htree_group->htrees
[
all
...]
Completed in 1370 milliseconds