OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huffman
(Results
1 - 13
of
13
) sorted by null
/external/zlib/src/contrib/puff/
puff.c
38
* - Remove longest from struct
huffman
-- not needed
200
*
Huffman
code decoding tables. count[1..MAXBITS] is the number of symbols of
206
struct
huffman
{
struct
212
* Decode a code from the stream s using
huffman
table h. Return the symbol or
235
local int decode(struct state *s, const struct
huffman
*h)
263
local int decode(struct state *s, const struct
huffman
*h)
310
*
Huffman
code for n symbols, construct the tables required to decode those
340
local int construct(struct
huffman
*h, const short *length, int n)
388
* pairs terminated by and end-of-block code. Literals are simply
Huffman
437
const struct
huffman
*lencode
[
all
...]
/external/zlib/src/contrib/blast/
blast.c
93
*
Huffman
code decoding tables. count[1..MAXBITS] is the number of symbols of
99
struct
huffman
{
struct
105
* Decode a code from the stream s using
huffman
table h. Return the symbol or
125
local int decode(struct state *s, struct
huffman
*h)
175
*
Huffman
code for n symbols, construct the tables required to decode those
187
local int construct(struct
huffman
*h, const unsigned char *rep, int n)
250
* terminated by an end code. Literals are either
Huffman
coded or
291
static struct
huffman
litcode = {litcnt, litsym}; /* length code */
292
static struct
huffman
lencode = {lencnt, lensym}; /* length code */
293
static struct
huffman
distcode = {distcnt, distsym};/* distance code *
[
all
...]
/external/bzip2/
Android.mk
24
huffman
.c \
Makefile
31
huffman
.o \
119
huffman
.o:
huffman
.c
120
$(CC) $(CFLAGS) -c
huffman
.c
146
$(DISTNAME)/
huffman
.c \
/external/webp/src/dec/
Android.mk
44
../utils/
huffman
.c \
/external/webp/src/enc/
Android.mk
46
../utils/
huffman
.c \
/external/chromium_org/third_party/libwebp/
libwebp_utils.target.darwin-arm.mk
29
third_party/libwebp/utils/
huffman
.c \
libwebp_utils.target.darwin-mips.mk
29
third_party/libwebp/utils/
huffman
.c \
libwebp_utils.target.darwin-x86.mk
29
third_party/libwebp/utils/
huffman
.c \
libwebp_utils.target.linux-arm.mk
29
third_party/libwebp/utils/
huffman
.c \
libwebp_utils.target.linux-mips.mk
29
third_party/libwebp/utils/
huffman
.c \
libwebp_utils.target.linux-x86.mk
29
third_party/libwebp/utils/
huffman
.c \
/external/libvorbis/doc/
03-codebook.tex
10
decoding configuration, VQ and
Huffman
, into the bitstream itself in
13
Huffman
-equivalent representation for decoding compressed codewords as
15
decoded
Huffman
value is applied as an offset, generating the final
198
\paragraph{
Huffman
decision tree representation}
201
\varname{[codebook_entries]} value uniquely define the
Huffman
decision
206
lowest valued unused binary
Huffman
codeword possible. Assume the
243
It is clear that the codeword length list represents a
Huffman
249
\captionof{figure}{
huffman
tree illustration}
256
Note that it's possible to underspecify or overspecify a
Huffman
tree
262
\captionof{figure}{underspecified
huffman
tree illustration
[
all
...]
Completed in 91 milliseconds