int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, int
nice_length, int max_chain);
deflateTune()
can be
called after deflateInit()
or deflateInit2()
|
stream of data |
int good_length |
reduce lazy search above this match length |
int max_lazy |
do not perform lazy search above this match length |
int nice_length |
quit search above this match length |
int max_chain |
int ZEXPORT |
deflateTune returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream |
© 2008-2009 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |