HomeSort by relevance Sort by last modified time
    Searched refs:huffman (Results 1 - 4 of 4) sorted by null

  /external/zlib/contrib/blast/
blast.c 91 * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of
97 struct huffman { struct
103 * Decode a code from the stream s using huffman table h. Return the symbol or
123 local int decode(struct state *s, struct huffman *h)
173 * Huffman code for n symbols, construct the tables required to decode those
185 local int construct(struct huffman *h, const unsigned char *rep, int n)
248 * terminated by an end code. Literals are either Huffman coded or
289 static struct huffman litcode = {litcnt, litsym}; /* length code */
290 static struct huffman lencode = {lencnt, lensym}; /* length code */
291 static struct huffman distcode = {distcnt, distsym};/* distance code *
    [all...]
  /external/zlib/contrib/puff/
puff.c 38 * - Remove longest from struct huffman -- not needed
190 * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of
196 struct huffman { struct
202 * Decode a code from the stream s using huffman table h. Return the symbol or
225 local int decode(struct state *s, struct huffman *h)
253 local int decode(struct state *s, struct huffman *h)
297 * Huffman code for n symbols, construct the tables required to decode those
327 local int construct(struct huffman *h, short *length, int n)
374 * pairs terminated by and end-of-block code. Literals are simply Huffman
423 struct huffman *lencode
    [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 \

Completed in 120 milliseconds