OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZopfliCalculateBitLengths
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopfli/
tree.h
33
void
ZopfliCalculateBitLengths
(const size_t* count, size_t n, int maxbits,
44
result is similar to the result of
ZopfliCalculateBitLengths
, but with the
tree.c
96
void
ZopfliCalculateBitLengths
(const size_t* count, size_t n, int maxbits,
deflate.c
208
ZopfliCalculateBitLengths
(clcounts, 19, 7, clcl);
483
ZopfliCalculateBitLengths
(ll_counts, 288, 15, ll_lengths);
484
ZopfliCalculateBitLengths
(d_counts, 32, 15, d_lengths);
Completed in 617 milliseconds