opus/libentcode
2008-01-24 14:36:18 +11:00
..
bitrdec.c Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
bitrdec.h Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
bitree.c Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
bitree.h Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64. 2007-12-11 13:25:57 +11:00
bitrenc.c Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
bitrenc.h Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
ecintrin.h Add oc_enc_tell to report an estimate of the number of bits used so far. 2008-01-11 20:51:03 +11:00
ectest.c Actually free test data vectors in the new random stream tests. 2008-01-24 14:36:18 +11:00
entcode.c Add oc_enc_tell to report an estimate of the number of bits used so far. 2008-01-11 20:51:03 +11:00
entcode.h Added ec_{enc|dec}_bits64 and ec_{enc|dec}_bits64. 2007-12-11 13:25:57 +11:00
entdec.c Update ec_dec_bits64() to correspond to the new ec_enc_bits64(). Not sure why this wasn't committed before. 2008-01-17 19:26:17 +11:00
entdec.h Add ec_dec_tell() to report the same information as ec_enc_tell() decode side. Remove ec_enc_tell() and replace it with ec_enc_tellf(): just request 0 fractional bits if you want an integer value. 2008-01-11 20:51:03 +11:00
entenc.c Add oc_enc_tell to report an estimate of the number of bits used so far. 2008-01-11 20:51:03 +11:00
entenc.h Add ec_dec_tell() to report the same information as ec_enc_tell() decode side. Remove ec_enc_tell() and replace it with ec_enc_tellf(): just request 0 fractional bits if you want an integer value. 2008-01-11 20:51:03 +11:00
laplace.c Some cleaning up, a few less warnings and the decoder no longer does an 2007-12-09 01:19:36 +11:00
laplace.h oops, forgot laplace.h 2007-12-07 18:54:59 +11:00
Makefile.am Fixed parallel build 2007-12-11 18:01:22 +11:00
mfrngcod.h Documentation fixes and a couple of other minor edits. 2007-12-11 13:25:00 +11:00
mfrngdec.c Fix the bug that was causing the last byte of the stream to be returned incorrectly, as well as undo jm's reversion, which can cause ec_dec_tell() to operate incorrectly at the end of the stream. 2008-01-24 14:36:13 +11:00
mfrngenc.c Fix the bug that was causing the last byte of the stream to be returned incorrectly, as well as undo jm's reversion, which can cause ec_dec_tell() to operate incorrectly at the end of the stream. 2008-01-24 14:36:13 +11:00
probdec.c Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
probdec.h Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
probenc.c Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
probenc.h Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
probmod.c Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
probmod.h Multiplier-free entropy coder 2007-12-06 15:09:53 +11:00
rangedec.c Fix the bug that was causing the last byte of the stream to be returned incorrectly, as well as undo jm's reversion, which can cause ec_dec_tell() to operate incorrectly at the end of the stream. 2008-01-24 14:36:13 +11:00
rangeenc.c Fix the bug that was causing the last byte of the stream to be returned incorrectly, as well as undo jm's reversion, which can cause ec_dec_tell() to operate incorrectly at the end of the stream. 2008-01-24 14:36:13 +11:00