- Apr 09, 2008
-
-
Jean-Marc Valin authored
-
- Apr 05, 2008
-
-
Jean-Marc Valin authored
-
This eliminates an extra O(nm) lookups on decode, and reduces the rate control from O(nm^2) to O(nm), in addition to eliminating O(m) lookups on both encode and decode. Although the interface is slightly more complex, the internal code is also simpler.
-
- Mar 28, 2008
-
-
Jean-Marc Valin authored
and mainly in the mid-range.
-
- Mar 27, 2008
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
in energy quantisation when possible.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Mar 26, 2008
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
a hint that there has to be at least one iteration.
-
Jean-Marc Valin authored
mix_pitch_and_residual()
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
find_spectral_pitch instead of using celt_rcp(celt_sqrt(x))
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
we're not going to use.
-
Jean-Marc Valin authored
normalise_bands(). Also, another bunch of restrict qualifiers -- mainly to tell the compiler there's no aliasing between the array bounds and the data.
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Mar 25, 2008
-
-
Jean-Marc Valin authored
a division
-
Jean-Marc Valin authored
first three bands (instead of total MDCT window energy)
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
the multiplications
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
remove unnecessary copying and some conditional branches.
-
Jean-Marc Valin authored
X and Y.
-
Jean-Marc Valin authored
to assume denominator is positive.
-
Jean-Marc Valin authored
some calls to ec_enc_uint() by calls to ec_enc_bits() (saves divisions)
-
Jean-Marc Valin authored
a use for that anymore now that the overlap can be less than one frame.
-
Jean-Marc Valin authored
the more complex "n-best search" and replaced it with a greedy search
-
- Mar 24, 2008
-
-
Jean-Marc Valin authored
require a branch.
-
Jean-Marc Valin authored
optimisations.
-
- Mar 23, 2008
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-