- 04 Oct, 2009 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 03 Oct, 2009 6 commits
-
-
Jean-Marc Valin authored
decoder), declared a few things static
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
indexing of the pitch code for stereo
-
Jean-Marc Valin authored
-
- 02 Oct, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 01 Oct, 2009 2 commits
-
-
Jean-Marc Valin authored
and bit-stream version
-
Jean-Marc Valin authored
now that we no longer do normalized pitch
-
- 30 Sep, 2009 3 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 28 Sep, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 18 Sep, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 16 Sep, 2009 3 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 15 Sep, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 14 Sep, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 12 Sep, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 29 Aug, 2009 1 commit
-
-
Jean-Marc Valin authored
tonal artefacts. This replaces folding for all cases where we have at least one pulse.
-
- 13 Aug, 2009 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 12 Aug, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 09 Aug, 2009 3 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 08 Aug, 2009 1 commit
-
-
Jean-Marc Valin authored
-
- 01 Aug, 2009 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
bit before the rate is decided (otherwise they'll end up at the wrong place) and we have to shrink the byte buffer before writing raw bits.
-
- 26 Jul, 2009 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
original ec_encode_bin()/ec_decode_bin() to optimize performance when ft is a power of two.
-
- 23 Jul, 2009 4 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Making it so all the information encoded directly with ec_enc_bits() gets stored at the end of the stream, without going through the range coder. This should be both faster and reduce the effects of bit errors. Conflicts: tests/ectest.c
-
Timothy B. Terriberry authored
Instead of trying to maximize the number of trailing zeros (minimize the number of bits encoded), we try to maximize the number of trailing bits that can contain arbitrary data. Note that this requires ec_enc_tell() and ec_dec_tell() to reserve an extra bit, since depending on the exact final codeword, as little as half the final range might be available for storing arbitrary data. This is the first step needed to start packing literal bits outside the range coder (for speed and robustness purposes).
-
Jean-Marc Valin authored
possible
-
- 21 Jul, 2009 1 commit
-
-
Jean-Marc Valin authored
Conflicts: libcelt/celt.c
-
- 14 Jul, 2009 1 commit
-
-
Jean-Marc Valin authored
-