Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-09-13Converted everything to 32-bit CWRS (using split after that)Jean-Marc Valin
2008-05-27Making the Laplace test case pass againJean-Marc Valin
2008-05-05Disabled pulse spreading until I can show it actually helpsJean-Marc Valin
2008-04-25Brought the mdct test-case with the recent changes to the mdct semanticJean-Marc Valin
2008-04-22Moved the windowing from compute_inv_mdcts() to mdct_backward()Jean-Marc Valin
2008-04-21Moved the windowing operation from compute_mdcts() to mdct_forward() in anJean-Marc Valin
2008-04-21Further simplifications to comb2pulses() to remove all conditional branches.Jean-Marc Valin
2008-04-18pseudo-stack no longer checks on every function entry whether it has beenJean-Marc Valin
2008-04-18optimisation: Removed a bunch of conditional branches from comb2pulse()Jean-Marc Valin
2008-04-16optimisation: Making it clear to the compiler that many of the loops in cwrsJean-Marc Valin
2008-04-11fixed a few warnings, no real changeJean-Marc Valin
2008-04-05Fixed rsqrt testcase for floatJean-Marc Valin
2008-04-05Rework CWRS code.Timothy B. Terriberry
2008-03-26optimisation: defined a reciprocal square root (celt_rsqrt) for use inJean-Marc Valin
2008-03-26Fixed the rcp() testcase for new assumptions (x is positive)Jean-Marc Valin
2008-03-19Random numbers should work on 16-bit archs.v0.3.0Jean-Marc Valin
2008-03-13Adjusting/fixing warningsJean-Marc Valin
2008-03-13Added mathops-testJean-Marc Valin
2008-03-12Testcases should now work even when symbols aren't visible in the dsoJean-Marc Valin
2008-03-07Changed the pulse spreading rotations so that the number of iterations isJean-Marc Valin
2008-03-05Defining RADIX_TWO_ONLY removes all butterflies, except for radix 2 and 4.Jean-Marc Valin
2008-03-04fixed-point: exp_rotation() now fully converted, using an approximation of theJean-Marc Valin
2008-03-03cwrs32-test should be 16-bit clean now.Jean-Marc Valin
2008-03-03Laplace encoder now works with 16-bit frequenciesJean-Marc Valin
2008-03-02oops, fixed the Laplace testcaseJean-Marc Valin
2008-03-01Making it easier to debug laplace testcaseJean-Marc Valin
2008-02-27fixed-point: exp_rotation() mostly converted (still need to convert the cos/sin)Jean-Marc Valin
2008-02-26C90-fying ectestJean-Marc Valin
2008-02-25MDCT is in fixed-point nowJean-Marc Valin
2008-02-25MDCT conversion, part I.Jean-Marc Valin
2008-02-24real fft snr comparison testcase includes DCJean-Marc Valin
2008-02-24Float FFT now does the same scaling as the fixed-point FFTJean-Marc Valin
2008-02-24minor tweak to FFTJean-Marc Valin
2008-02-24Added a mixed-precision version of the FFT with 32-bit data and 16-bit twiddles.Jean-Marc Valin
2008-02-22MDCT now scales down by N/2 instead of N/4. The factor two is moved to theJean-Marc Valin
2008-02-22testcase for the MDCT and IMDCTJean-Marc Valin
2008-02-22Increased precision for real FFTJean-Marc Valin
2008-02-22Fixed the FFT for higher precisionJean-Marc Valin
2008-02-22Fixed the real fft testsuite as wellJean-Marc Valin
2008-02-22Fixed stuff that got broken during the forward-backward split of the FFTJean-Marc Valin
2008-02-20making sure testcases have a non-zero error code when they failJean-Marc Valin
2008-02-20Testcase for laplace encoderJean-Marc Valin
2008-02-20Everything should now compile with a C89 compiler.Jean-Marc Valin
2008-02-19Updated the testcase for the latest issues found with libentcodeJean-Marc Valin
2008-02-14Now no divisions required in the cwrs codeJean-Marc Valin
2008-02-14Reduced useless calls to ncwrs64() by half.Jean-Marc Valin
2008-02-13Don't try to install the testcasesJean-Marc Valin
2008-02-08Split the radix functions into forward and backward versions, removed theJean-Marc Valin
2008-02-08Made pre-computed twiddles the same for forward and inverse FFTJean-Marc Valin
2008-02-08Changed ordering of real FFT freq data to something more aligned (it's notJean-Marc Valin