xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
static modes update for MDCT
[opus.git]
/
libcelt
/
modes.h
2010-08-25
Jean-Marc Valin
Updated static modes for new pulse cache.
blob
|
commitdiff
2010-08-25
Jean-Marc Valin
New pulse cache
blob
|
commitdiff
|
diff to current
2010-08-05
Jean-Marc Valin
Removing pitch prediction code
blob
|
commitdiff
|
diff to current
2010-07-23
Jean-Marc Valin
Energy quantization tuning.
blob
|
commitdiff
|
diff to current
2010-07-16
Jean-Marc Valin
Some work towards being able to encode a 48 kHz stream...
blob
|
commitdiff
|
diff to current
2010-07-16
Jean-Marc Valin
Pre-emphasis coefficients now part of the mode and...
blob
|
commitdiff
|
diff to current
2010-07-08
Jean-Marc Valin
Sharing twiddle factors across all MDCTs
blob
|
commitdiff
|
diff to current
2010-07-06
Jean-Marc Valin
fixed point bug fix in tf_analysis()
blob
|
commitdiff
|
diff to current
2010-07-01
Jean-Marc Valin
Prototypes for the _ec variants of the calls
blob
|
commitdiff
|
diff to current
2010-06-27
Jean-Marc Valin
Mode cleanup (removed redundant mdctSize field)
blob
|
commitdiff
|
diff to current
2010-06-04
Jean-Marc Valin
Completely removed the old allocation table.
blob
|
commitdiff
|
diff to current
2010-05-21
Jean-Marc Valin
Getting rid of PVQ-level split
blob
|
commitdiff
|
diff to current
2010-05-08
Jean-Marc Valin
Changing the encoder API to add the frame size
blob
|
commitdiff
|
diff to current
2010-05-08
Jean-Marc Valin
Yet another step towards variable frame size
blob
|
commitdiff
|
diff to current
2010-05-08
Jean-Marc Valin
shortWindow hadn't been used for a while
blob
|
commitdiff
|
diff to current
2010-04-20
Jean-Marc Valin
Bump bitstream version now that we broke everything
blob
|
commitdiff
|
diff to current
2010-04-07
Jean-Marc Valin
Caching log2_frac(N, BITRES) in the more data to save...
blob
|
commitdiff
|
diff to current
2010-01-17
Jean-Marc Valin
Getting "make dist" to work again with the files that...
blob
|
commitdiff
|
diff to current
2009-11-09
Jean-Marc Valin
Removing original freq-domain pitch code
blob
|
commitdiff
|
diff to current
2009-10-18
Jean-Marc Valin
Removed the _t from all the celt*_t types to avoid...
blob
|
commitdiff
|
diff to current
2009-10-18
Jean-Marc Valin
Updated copyright notices
blob
|
commitdiff
|
diff to current
2009-10-17
Jean-Marc Valin
Changed all the celt*int*_t types to remove the _t...
blob
|
commitdiff
|
diff to current
2009-10-16
Jean-Marc Valin
Improved error handling, and implemented celt_strerror()
blob
|
commitdiff
|
diff to current
2009-10-16
Jean-Marc Valin
The number of channels is now set when creating the...
blob
|
commitdiff
|
diff to current
2009-10-15
Jean-Marc Valin
first step for removing the number of channels from...
blob
|
commitdiff
|
diff to current
2009-10-01
Jean-Marc Valin
Demoved the divisions from the inner pitch prediction...
blob
|
commitdiff
|
diff to current
2009-09-28
Jean-Marc Valin
More simplifications from denorm pitch
blob
|
commitdiff
|
diff to current
2009-07-13
Jean-Marc Valin
Using normalised M/S stereo data for folding and use...
blob
|
commitdiff
|
diff to current
2009-06-24
Jean-Marc Valin
Bump version to 0.6.0 and increase bitstream version.
blob
|
commitdiff
|
diff to current
2009-03-30
Jean-Marc Valin
Cleanup: getting rid of some old bits of stereo code...
blob
|
commitdiff
|
diff to current
2009-02-16
Jean-Marc Valin
Preparing for version 0.5.2
blob
|
commitdiff
|
diff to current
2008-12-18
Jean-Marc Valin
Bump version to 0.5.1
blob
|
commitdiff
|
diff to current
2008-10-09
Jean-Marc Valin
Preparing for 0.5.0
blob
|
commitdiff
|
diff to current
2008-07-26
Jean-Marc Valin
bump bit-stream version
blob
|
commitdiff
|
diff to current
2008-06-18
Jean-Marc Valin
Automatically choosing the overlap based on the frame...
blob
|
commitdiff
|
diff to current
2008-06-17
Jean-Marc Valin
short-block MDCT
blob
|
commitdiff
|
diff to current
2008-05-23
Jean-Marc Valin
Implemented intensity stereo, which required changes...
blob
|
commitdiff
|
diff to current
2008-05-15
Jean-Marc Valin
Added calls to query the bit-stream version.
blob
|
commitdiff
|
diff to current
2008-05-07
Jean-Marc Valin
Implemented rate-dependant allocation for the fine...
blob
|
commitdiff
|
diff to current
2008-05-02
Jean-Marc Valin
Fixed a bug in the PLC and added code to estimate the...
blob
|
commitdiff
|
diff to current
2008-04-23
Jean-Marc Valin
Optimisation: caching the divisions used in the Laplace...
blob
|
commitdiff
|
diff to current
2008-04-10
Jean-Marc Valin
Reworked the static modes. Now, if all static modes...
blob
|
commitdiff
|
diff to current
2008-04-09
Jean-Marc Valin
Defining DISABLE_STEREO now optimises for the mono...
blob
|
commitdiff
|
diff to current
2008-03-10
Jean-Marc Valin
Changed some of the mode data from int to celt_int16_t...
blob
|
commitdiff
|
diff to current
2008-03-10
Jean-Marc Valin
Moved the psycoacoustics data to the mode struct
blob
|
commitdiff
|
diff to current
2008-03-08
Jean-Marc Valin
cleaning up some of the mode stuff
blob
|
commitdiff
|
diff to current
2008-02-29
Jean-Marc Valin
Moved mdct state and window to the mode so it can be...
blob
|
commitdiff
|
diff to current
2008-02-28
Jean-Marc Valin
fixed-point: energy quantisation is entirely converted...
blob
|
commitdiff
|
diff to current
2008-02-27
Jean-Marc Valin
Removed some unused parameters and fixed a couple ...
blob
|
commitdiff
|
diff to current
2008-02-21
Jean-Marc Valin
Making sure freed or corrupted modes can't be used...
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Marc Valin
Some sampling rate cleanup (now in the mode)
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Marc Valin
Mode doc
blob
|
commitdiff
|
diff to current
2008-02-19
Jean-Marc Valin
Merged the rate allocation atruct directly into the...
blob
|
commitdiff
|
diff to current
2008-02-18
Jean-Marc Valin
pbands code seems to work, cleaned up useless junk...
blob
|
commitdiff
|
diff to current
2008-02-17
Jean-Marc Valin
Some work trying to generate the modes on the fly
blob
|
commitdiff
|
diff to current
2008-01-18
Jean-Marc Valin
Big mode cleanup. Keeping only one mono and one stereo...
blob
|
commitdiff
|
diff to current
2008-01-17
Jean-Marc Valin
Enabled pure CBR, though there's still some decoder...
blob
|
commitdiff
|
diff to current
2008-01-16
Jean-Marc Valin
Looks like the bit allocation code is mostly working...
blob
|
commitdiff
|
diff to current
2008-01-03
Jean-Marc Valin
Allowing reduced overlap MDCTs as an alternative
blob
|
commitdiff
|
diff to current
2007-12-13
Jean-Marc Valin
Band energy quantisation info now in the mode directly
blob
|
commitdiff
|
diff to current
2007-12-10
Jean-Marc Valin
Adding stereo support. Doesn't work yet, but at least...
blob
|
commitdiff
|
diff to current
2007-12-06
Jean-Marc Valin
minor cleanup
blob
|
commitdiff
|
diff to current
2007-12-05
Jean-Marc Valin
conversion to modes complete
blob
|
commitdiff
|
diff to current
2007-12-05
Jean-Marc Valin
Converting the code to use the modes instead of global...
blob
|
commitdiff
|
diff to current
2007-12-04
Jean-Marc Valin
Adding mode infrastructure (still incomplete)
blob
|
commitdiff
|
diff to current