Searched refs:huffman (Results 1 - 6 of 6) sorted by relevance

/external/zlib/src/contrib/puff/
H A Dpuff.c38 * - Remove longest from struct huffman -- not needed
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)
340 local int construct(struct huffman *h, const short *length, int n)
437 const struct huffman *lencode,
438 const struct huffman *distcode)
541 static struct huffman lencode, distcode;
543 /* build fixed huffman table
[all...]
/external/zlib/src/contrib/blast/
H A Dblast.c99 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)
187 local int construct(struct huffman *h, const unsigned char *rep, int n)
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 */
/external/bzip2/
H A DAndroid.mk28 huffman.c \
H A DMakefile31 huffman.o \
119 huffman.o: huffman.c
120 $(CC) $(CFLAGS) -c huffman.c
146 $(DISTNAME)/huffman.c \
/external/webp/src/
H A DAndroid.mk72 utils/huffman.c \
144 utils/huffman.c \
/external/libvorbis/doc/
H A D03-codebook.tex249 \captionof{figure}{huffman tree illustration}
262 \captionof{figure}{underspecified huffman tree illustration}

Completed in 209 milliseconds