OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lz77_lcode
(Results
1 - 2
of
2
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng_util.h
137
std::vector<int>
lz77_lcode
; //LZ77 codes. 0-255: literals. 256: end symbol. 257-285: length code of length/dist pairs
member in struct:lodepng::ZlibBlockInfo
138
// the next vectors have the same size as
lz77_lcode
, but an element only has meaningful value if
lz77_lcode
contains a length code.
lodepng_util.cpp
490
zlibinfo->back().
lz77_lcode
.push_back(code); //output code
Completed in 66 milliseconds