This is the complete list of members for IntegerCompressor, including all inherited members.
bits | IntegerCompressor | private |
bits_high | IntegerCompressor | private |
compress(I32 iPred, I32 iReal, U32 context=0) | IntegerCompressor | |
contexts | IntegerCompressor | private |
corr_bits | IntegerCompressor | private |
corr_histogram | IntegerCompressor | private |
corr_max | IntegerCompressor | private |
corr_min | IntegerCompressor | private |
corr_range | IntegerCompressor | private |
dec | IntegerCompressor | private |
decompress(I32 iPred, U32 context=0) | IntegerCompressor | |
enc | IntegerCompressor | private |
getK() const | IntegerCompressor | inline |
initCompressor() | IntegerCompressor | |
initDecompressor() | IntegerCompressor | |
IntegerCompressor(EntropyEncoder *enc, U32 bits=16, U32 contexts=1, U32 bits_high=8, U32 range=0) | IntegerCompressor | |
IntegerCompressor(EntropyDecoder *dec, U32 bits=16, U32 contexts=1, U32 bits_high=8, U32 range=0) | IntegerCompressor | |
k | IntegerCompressor | private |
mBits | IntegerCompressor | private |
mCorrector | IntegerCompressor | private |
range | IntegerCompressor | private |
readCorrector(EntropyModel *model) | IntegerCompressor | private |
writeCorrector(I32 c, EntropyModel *model) | IntegerCompressor | private |
~IntegerCompressor() | IntegerCompressor | |