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
AgeCommit message (Expand)Author
2008-03-16fixed-point: more TI macros. Comments on the existing ones.Jean-Marc Valin
2008-03-15Making sure not to use the C library calls directlyJean-Marc Valin
2008-03-15Some work on assertions.Jean-Marc Valin
2008-03-15New C55 macroJean-Marc Valin
2008-03-15fixed-point: Fixed a "shift too large" warning by using a 16-bit mul insteadJean-Marc Valin
2008-03-14fixed-point: playing it safe. SHL32() now automatically casts input to 32-bitJean-Marc Valin
2008-03-14fixed-point: fixed a 16-bit issue in normalise_bands() where Q15ONE was directlyJean-Marc Valin
2008-03-14Removed unnecessary header inclusionsJean-Marc Valin
2008-03-13Adjusting/fixing warningsJean-Marc Valin
2008-03-13fixed-point: Using reciproqual instead of DIV32_16 for find_spectral_pitch()Jean-Marc Valin
2008-03-13Enabling warnings and restricting symbol visibilityJean-Marc Valin
2008-03-13fixed-point: simplification of the gain in mix_pitch_and_residual()Jean-Marc Valin
2008-03-13fixed-point: simplifying the arithmetic in alg_quant()Jean-Marc Valin
2008-03-12More accurate sqrt approximation using MULT16_16_Q15() instead of Q14.Jean-Marc Valin
2008-03-12Increased accuracy of the reciprocal approximation and made it useJean-Marc Valin
2008-03-12Added info for properly exporting symbolsJean-Marc Valin
2008-03-12Changed definition of VARDECL to make it more flexible. No actual code change.Jean-Marc Valin
2008-03-12Using reciprocal approximation instead of full 32-bit division in alg_quant()Jean-Marc Valin
2008-03-12Defined the celt_rcp() reciprocal approximationJean-Marc Valin
2008-03-12__GNUC_PREREQ should be causing problems anymore.Jean-Marc Valin
2008-03-12Added macro definitions for the TI C5x family (untested)Jean-Marc Valin
2008-03-11Better heuristic for deciding when to use the 32-bit version of the cwrs code.Jean-Marc Valin
2008-03-11const correctness. celt_mode_create() now makes a copy of the static modeJean-Marc Valin
2008-03-10oops, forgot to disable the main()Jean-Marc Valin
2008-03-10Changed some of the mode data from int to celt_int16_t to save memory.Jean-Marc Valin
2008-03-10No longer include redundent entries in the bit allocation cacheJean-Marc Valin
2008-03-10Allocation cache can now be pre-computed as well.Jean-Marc Valin
2008-03-10Psychoacoustic decay coefficients can now be included in the static modesJean-Marc Valin
2008-03-10Improvements to static modesJean-Marc Valin
2008-03-10Moved the psycoacoustics data to the mode structJean-Marc Valin
2008-03-10Simplified spreading function so that only one set of coefficients (the rightJean-Marc Valin
2008-03-10Initial support for static modes (defined STATIC_MODES)Jean-Marc Valin
2008-03-10fixed-point: done converting find_spectral_pitch()Jean-Marc Valin
2008-03-10fixed some build problemsJean-Marc Valin
2008-03-09testcelt no longer attempts to use ALLOC()Jean-Marc Valin
2008-03-09manual stack allocator should now work for sizeof(char)!=1Jean-Marc Valin
2008-03-08fixed-point: stereo_mix() converted.Jean-Marc Valin
2008-03-08cleaning up some of the mode stuffJean-Marc Valin
2008-03-08oops, forgot an int sampling rate somewhereJean-Marc Valin
2008-03-07sampling rate has to be int32Jean-Marc Valin
2008-03-07Adding code to dump the contents of a mode struct to a C file that can beJean-Marc Valin
2008-03-07fixed-point: defined HALF32() and used it for the forward mdct.Jean-Marc Valin
2008-03-07fixed-point: real FFT no longer needs float ops when MIXED_PRECISION is enabled.Jean-Marc Valin
2008-03-07Bit of cleaning up. No real code change (well, I hope so!).Jean-Marc Valin
2008-03-07fixed-point: removed the last float op in celt.cJean-Marc Valin
2008-03-07fixed-point: finished intra_prediction(). No float ops left in vq.cJean-Marc Valin
2008-03-07fixed-point: converting intra-frame predictor (checkpoint #1).Jean-Marc Valin
2008-03-07fixed-point: intra_fold() convertedJean-Marc Valin
2008-03-07fixed-point: compute_band_energies() converted. Had to add some tiny bias toJean-Marc Valin
2008-03-07fixed-point: converted normalise_bands (had to split implementation)Jean-Marc Valin