OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CINFO
(Results
1 - 4
of
4
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp
555
unsigned long CM = in[0] & 15,
CINFO
= (in[0] >> 4) & 15, FDICT = (in[1] >> 5) & 1;
557
if(CM != 8 ||
CINFO
> 7) { return 25; }
lodepng.cpp
[
all
...]
/prebuilts/go/darwin-x86/src/compress/zlib/
writer.go
94
// The first four bits is the
CINFO
(compression info), which is 7 for the default deflate window size.
/prebuilts/go/linux-x86/src/compress/zlib/
writer.go
94
// The first four bits is the
CINFO
(compression info), which is 7 for the default deflate window size.
Completed in 99 milliseconds