aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_encoder_getoptimum.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-01-15Revised the fastpos code. It now uses the slightly fasterLasse Collin1-0/+1
table-based version from LZMA SDK 4.57. This should be fast on most systems. A simpler and smaller alternative version is also provided. On some CPUs this can be even a little faster than the default table-based version (see comments in fastpos.h), but on most systems the table-based code is faster.
2008-01-15Convert bittree_get_price() and bittree_reverse_get_price()Lasse Collin1-10/+6
from macros to inline functions.
2007-12-09Imported to git.Lasse Collin1-0/+893