OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlit
(Results
1 - 7
of
7
) 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
lodepng_util.cpp
414
size_t
HLIT
= readBitsFromStream(bp, in, 5) + 257; //number of literal/length codes + 257
417
zlibinfo->back().
hlit
=
HLIT
- 257;
426
while(i <
HLIT
+ HDIST)
430
if(code <= 15) { if(i <
HLIT
) bitlen[i++] = code; else bitlenD[i++ -
HLIT
] = code; } //a length code
436
if((i - 1) <
HLIT
) value = bitlen[i - 1];
437
else value = bitlenD[i -
HLIT
- 1];
440
if(i >=
HLIT
+ HDIST) { error = 13; return; } //error: i is larger than the amount of codes
441
if(i <
HLIT
) bitlen[i++] = value; else bitlenD[i++ - HLIT] = value
[
all
...]
/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 */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py
[
all
...]
test_email_renamed.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py
[
all
...]
test_email_renamed.py
[
all
...]
Completed in 175 milliseconds