- Jun 21, 2010
-
-
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.
-
- May 29, 2010
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Trying to fold only from regions where we have at least 2 bits of depth
-
Jean-Marc Valin authored
-
- May 28, 2010
-
-
Jean-Marc Valin authored
Discarding the amplitude of the overlap for "frame_max"
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Encoding the optimal tf-tradeoff for each band and then applying it during quantization.
-
- May 27, 2010
-
-
Jean-Marc Valin authored
-
- May 26, 2010
-
-
Jean-Marc Valin authored
In cases where the coarse energy quantizer wasn't able to go down fast enough, we could have a negative error that didn't get clamped.
-