Searched refs:huffman (Results 1 – 14 of 14) sorted by relevance
/external/zlib/src/contrib/puff/ |
D | puff.c | 206 struct huffman { struct 235 local int decode(struct state *s, const struct huffman *h) in decode() 263 local int decode(struct state *s, const struct huffman *h) in decode() 340 local int construct(struct huffman *h, const short *length, int n) in construct() 437 const struct huffman *lencode, in codes() 438 const struct huffman *distcode) in codes() 541 static struct huffman lencode, distcode; in fixed() 673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic()
|
/external/zlib/src/contrib/blast/ |
D | blast.c | 99 struct huffman { struct 125 local int decode(struct state *s, struct huffman *h) in decode() 187 local int construct(struct huffman *h, const unsigned char *rep, int n) in construct() 291 static struct huffman litcode = {litcnt, litsym}; /* length code */ in decomp() 292 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() 293 static struct huffman distcode = {distcnt, distsym};/* distance code */ in decomp()
|
/external/bzip2/ |
D | Makefile-libbz2_so | 30 huffman.o \ 48 huffman.o: huffman.c 49 $(CC) $(CFLAGS) -c huffman.c
|
D | Makefile | 31 huffman.o \ 119 huffman.o: huffman.c 120 $(CC) $(CFLAGS) -c huffman.c 146 $(DISTNAME)/huffman.c \
|
D | Android.mk | 28 huffman.c \
|
D | makefile.msc | 10 huffman.obj \
|
D | libbz2.dsp | 119 SOURCE=.\huffman.c
|
/external/webp/src/ |
D | Android.mk | 72 utils/huffman.c \ 144 utils/huffman.c \
|
/external/libpng/ |
D | TODO | 18 (counting huffman bits/precompression? filter inertia? filter costs?).
|
/external/libvorbis/doc/ |
D | 03-codebook.tex | 249 \captionof{figure}{huffman tree illustration} 262 \captionof{figure}{underspecified huffman tree illustration}
|
/external/skia/gyp/ |
D | libwebp.gyp | 221 '../third_party/externals/libwebp/src/utils/huffman.c',
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 235 # between search and huffman encoding in the zlib algorithms. The defaults are
|
/external/zlib/src/ |
D | ChangeLog | 911 - Report 0 for huffman and rle strategies and for level == 0 or 1 1187 - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
|
/external/opencv3/3rdparty/zlib/ |
D | ChangeLog | 911 - Report 0 for huffman and rle strategies and for level == 0 or 1 1187 - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
|