OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hlit
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng_util.h
128
int
hlit
; //the
HLIT
value that was filled in for this tree
member in struct:lodepng::ZlibBlockInfo
/external/zopfli/src/zopfli/
deflate.c
116
unsigned
hlit
= 29; /* 286 - 257 */
local
134
while (
hlit
> 0 && ll_lengths[257 +
hlit
- 1] == 0)
hlit
--;
136
hlit2 =
hlit
+ 257;
216
AddBits(
hlit
, 5, bp, out, outsize);
234
result_size += 14; /*
hlit
, hdist, hclen bits */
/external/libgdx/gdx/jni/gdx2d/
stb_image.h
3698
int
hlit
= stbi__zreceive(a,5) + 257;
local
[
all
...]
Completed in 150 milliseconds