xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
For celt_encoder_ctl CELT_SET_LTP is replaced with CELT_SET_PREDICTION
[opus.git]
/
tests
/
2009-06-05
Gregory Maxwell
Fixes for the tests in pseudo-stack mode.
tree
|
commitdiff
2009-05-27
Gregory Maxwell
Make ectest use random random numbers. Add a new test
tree
|
commitdiff
2009-05-26
Timothy B. Terriberry
CWRS clean-ups and optimizations.
tree
|
commitdiff
2008-12-23
Jean-Marc Valin
Unit tests now #include the relevant source files to...
tree
|
commitdiff
2008-12-21
Timothy B. Terriberry
Fix ectest to not check a case which isn't guaranteed...
tree
|
commitdiff
2008-11-11
Jean-Marc Valin
fixed test for cases where M_PI isn't defined
tree
|
commitdiff
2008-10-05
Jean-Marc Valin
Removing the 64-bit part of the range coder.
tree
|
commitdiff
2008-09-22
Jean-Marc Valin
Merge branch 'cwrs_speedup'
tree
|
commitdiff
2008-09-22
Timothy B.B Terriberry
Change cwrsi() to operate on rows of U instead of columns.
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Fixing the manual stack handling code
tree
|
commitdiff
2008-09-19
Jean-Marc Valin
Merge branch 'cwrs_speedup' (derf's cwrs changes)
tree
|
commitdiff
2008-09-19
Timothy B.B Terriberry
Change CWRS indexing to use Pyramid VQ's magnitude...
tree
|
commitdiff
2008-09-13
Jean-Marc Valin
Converted everything to 32-bit CWRS (using split after...
tree
|
commitdiff
2008-05-27
Jean-Marc Valin
Making the Laplace test case pass again
tree
|
commitdiff
2008-05-05
Jean-Marc Valin
Disabled pulse spreading until I can show it actually...
tree
|
commitdiff
2008-04-25
Jean-Marc Valin
Brought the mdct test-case with the recent changes...
tree
|
commitdiff
2008-04-22
Jean-Marc Valin
Moved the windowing from compute_inv_mdcts() to mdct_ba...
tree
|
commitdiff
2008-04-21
Jean-Marc Valin
Moved the windowing operation from compute_mdcts()...
tree
|
commitdiff
2008-04-20
Jean-Marc Valin
Further simplifications to comb2pulses() to remove...
tree
|
commitdiff
2008-04-18
Jean-Marc Valin
pseudo-stack no longer checks on every function entry...
tree
|
commitdiff
2008-04-18
Jean-Marc Valin
optimisation: Removed a bunch of conditional branches...
tree
|
commitdiff
2008-04-16
Jean-Marc Valin
optimisation: Making it clear to the compiler that...
tree
|
commitdiff
2008-04-10
Jean-Marc Valin
fixed a few warnings, no real change
tree
|
commitdiff
2008-04-05
Jean-Marc Valin
Fixed rsqrt testcase for float
tree
|
commitdiff
2008-04-05
Timothy B. Terriberry
Rework CWRS code.
tree
|
commitdiff
2008-03-26
Jean-Marc Valin
optimisation: defined a reciprocal square root (celt_rs...
tree
|
commitdiff
2008-03-26
Jean-Marc Valin
Fixed the rcp() testcase for new assumptions (x is...
tree
|
commitdiff
2008-03-18
Jean-Marc Valin
Random numbers should work on 16-bit archs.
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
Adjusting/fixing warnings
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
Added mathops-test
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
Testcases should now work even when symbols aren't...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
Changed the pulse spreading rotations so that the numbe...
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
Defining RADIX_TWO_ONLY removes all butterflies, except...
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
fixed-point: exp_rotation() now fully converted, using...
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
cwrs32-test should be 16-bit clean now.
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
Laplace encoder now works with 16-bit frequencies
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
oops, fixed the Laplace testcase
tree
|
commitdiff
2008-03-01
Jean-Marc Valin
Making it easier to debug laplace testcase
tree
|
commitdiff
2008-02-27
Jean-Marc Valin
fixed-point: exp_rotation() mostly converted (still...
tree
|
commitdiff
2008-02-26
Jean-Marc Valin
C90-fying ectest
tree
|
commitdiff
2008-02-25
Jean-Marc Valin
MDCT is in fixed-point now
tree
|
commitdiff
2008-02-25
Jean-Marc Valin
MDCT conversion, part I.
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
real fft snr comparison testcase includes DC
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
Float FFT now does the same scaling as the fixed-point FFT
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
minor tweak to FFT
tree
|
commitdiff
2008-02-24
Jean-Marc Valin
Added a mixed-precision version of the FFT with 32...
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
MDCT now scales down by N/2 instead of N/4. The factor...
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
testcase for the MDCT and IMDCT
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Increased precision for real FFT
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Fixed the FFT for higher precision
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Fixed the real fft testsuite as well
tree
|
commitdiff
2008-02-22
Jean-Marc Valin
Fixed stuff that got broken during the forward-backward...
tree
|
commitdiff
2008-02-20
Jean-Marc Valin
making sure testcases have a non-zero error code when...
tree
|
commitdiff
2008-02-20
Jean-Marc Valin
Testcase for laplace encoder
tree
|
commitdiff
2008-02-20
Jean-Marc Valin
Everything should now compile with a C89 compiler.
tree
|
commitdiff
2008-02-19
Jean-Marc Valin
Updated the testcase for the latest issues found with...
tree
|
commitdiff
2008-02-14
Jean-Marc Valin
Now no divisions required in the cwrs code
tree
|
commitdiff
2008-02-14
Jean-Marc Valin
Reduced useless calls to ncwrs64() by half.
tree
|
commitdiff
2008-02-13
Jean-Marc Valin
Don't try to install the testcases
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Split the radix functions into forward and backward...
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Made pre-computed twiddles the same for forward and...
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Changed ordering of real FFT freq data to something...
tree
|
commitdiff
2008-02-08
Jean-Marc Valin
Fixed incorrect assumption about the number of bytes...
tree
|
commitdiff
2008-02-07
Jean-Marc Valin
Real FFT cleanup, plus some testcases
tree
|
commitdiff
2008-02-07
Jean-Marc Valin
Add a test for tell(). Turns out we can make it fail...
tree
|
commitdiff
2008-02-01
Jean-Marc Valin
Got the Ogg encoder and decoder to (barely) work.
tree
|
commitdiff
2008-01-31
Jean-Marc Valin
Fixed the default int32 type which was wrong on amd64...
tree
|
commitdiff
2008-01-31
Jean-Marc Valin
Moving everything to the same type abstraction (sort...
tree
|
commitdiff
2008-01-28
Jean-Marc Valin
64-bit test for cwrs
tree
|
commitdiff
2008-01-28
Jean-Marc Valin
testcase for 32-bit pulse encoding/decoding
tree
|
commitdiff
2008-01-28
Jean-Marc Valin
Moved the content of libentcode into libcelt to reduce...
tree
|
commitdiff