- Jun 28, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 27, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 23, 2010
-
-
Jean-Marc Valin authored
Adding a temporal energy floor to prevent extremely small values when there's only one bin in the band.
-
Jean-Marc Valin authored
-
- Jun 22, 2010
-
-
Jean-Marc Valin authored
Using the number of unallocated bytes for coarse quantization and VBR instead the total number of bytes.
-
- Jun 21, 2010
-
-
Jean-Marc Valin authored
-
Benjamin Jemlich authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 19, 2010
-
-
Jean-Marc Valin authored
-
- Jun 18, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 17, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 13, 2010
-
-
Jean-Marc Valin authored
-
- Jun 09, 2010
-
-
Jean-Marc Valin authored
-
- Jun 07, 2010
-
-
Jean-Marc Valin authored
-
- Jun 06, 2010
-
-
Jean-Marc Valin authored
Also a minor cleanup to the recombining/division
-
- Jun 05, 2010
-
-
Jean-Marc Valin authored
-
- Jun 04, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Also made the new table an unsigned char array.
-
Jean-Marc Valin authored
-
- Jun 03, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Should eventually allow using 8-bit values for the pulse->bits table.
-
- Jun 01, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
When the pitch flag gets corrupted, make sure that pitch is actually allowed instead of generating a bogus pitch index and crashing.
-
Jean-Marc Valin authored
-
- May 31, 2010
-
-
Jean-Marc Valin authored
-
- May 30, 2010
-
-
Change ec_{enc|dec}_bit_prob to take probabilities in units of 1/65536 instead of 1/256. This allows them to use a single 16x16->32 multiply instead of a 24x8->32 multiply. Also change the time-frequency resolution flag coding to ensure that "0" is always the most-probable symbol (i.e., that prob("1")<50%), as that's where all the rounding error accumulates.
-
Provide direct implementations ec_{enc|dec}_bit_prob() that do not require a division instead of using the normal entropy coder path. This should be exactly equivalent to the existing code.
-