xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added a few "restrict" keywords and changed some divisions to shifts
[opus.git]
/
libcelt
/
2008-03-21
Jean-Marc Valin
Added a few "restrict" keywords and changed some divisi...
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
fixed TI fft code -- again
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
Removed potentially unused var in MDCT init
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
oops (TI FFT)
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
local var name maxval was shadowing the TI function...
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
make sure TRIG_UPSCALE is properly defined
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
fix for TI version of celt_maxabs16()
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
fixed-point: fix for 32-bit TI FFT
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
fixed-point: Wrapper for the 32-bit complex FFT used...
tree
|
commitdiff
2008-03-21
Jean-Marc Valin
fixed-point: defined celt_maxabs16() as basic operator
tree
|
commitdiff
2008-03-20
Jean-Marc Valin
fixed-point: MULT16_32_Q15 for TI DSP (not entirely...
tree
|
commitdiff
2008-03-20
Jean-Marc Valin
s/ROUND/ROUND16/
tree
|
commitdiff
2008-03-20
Jean-Marc Valin
fixed-point: using TI intrinsic for celt_ilog2() if...
tree
|
commitdiff
2008-03-20
Jean-Marc Valin
Wrapper for the TI dsplib FFT
tree
|
commitdiff
2008-03-20
Jean-Marc Valin
Making the real/single FFT easier to replace
tree
|
commitdiff
2008-03-16
Jean-Marc Valin
fixed-point: more TI macros. Comments on the existing...
tree
|
commitdiff
2008-03-15
Jean-Marc Valin
Making sure not to use the C library calls directly
tree
|
commitdiff
2008-03-15
Jean-Marc Valin
Some work on assertions.
tree
|
commitdiff
2008-03-14
Jean-Marc Valin
New C55 macro
tree
|
commitdiff
2008-03-14
Jean-Marc Valin
fixed-point: Fixed a "shift too large" warning by using...
tree
|
commitdiff
2008-03-14
Jean-Marc Valin
fixed-point: playing it safe. SHL32() now automatically...
tree
|
commitdiff
2008-03-14
Jean-Marc Valin
fixed-point: fixed a 16-bit issue in normalise_bands...
tree
|
commitdiff
2008-03-14
Jean-Marc Valin
Removed unnecessary header inclusions
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
Adjusting/fixing warnings
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
fixed-point: Using reciproqual instead of DIV32_16...
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
Enabling warnings and restricting symbol visibility
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
fixed-point: simplification of the gain in mix_pitch_an...
tree
|
commitdiff
2008-03-13
Jean-Marc Valin
fixed-point: simplifying the arithmetic in alg_quant()
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
More accurate sqrt approximation using MULT16_16_Q15...
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
Increased accuracy of the reciprocal approximation...
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
Added info for properly exporting symbols
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
Changed definition of VARDECL to make it more flexible...
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
Using reciprocal approximation instead of full 32-bit...
tree
|
commitdiff
2008-03-12
Jean-Marc Valin
Defined the celt_rcp() reciprocal approximation
tree
|
commitdiff
2008-03-11
Jean-Marc Valin
__GNUC_PREREQ should be causing problems anymore.
tree
|
commitdiff
2008-03-11
Jean-Marc Valin
Added macro definitions for the TI C5x family (untested)
tree
|
commitdiff
2008-03-11
Jean-Marc Valin
Better heuristic for deciding when to use the 32-bit...
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
const correctness. celt_mode_create() now makes a copy...
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
oops, forgot to disable the main()
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
Changed some of the mode data from int to celt_int16_t...
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
No longer include redundent entries in the bit allocati...
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
Allocation cache can now be pre-computed as well.
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
Psychoacoustic decay coefficients can now be included...
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
Improvements to static modes
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
Moved the psycoacoustics data to the mode struct
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
Simplified spreading function so that only one set...
tree
|
commitdiff
2008-03-10
Jean-Marc Valin
Initial support for static modes (defined STATIC_MODES)
tree
|
commitdiff
2008-03-09
Jean-Marc Valin
fixed-point: done converting find_spectral_pitch()
tree
|
commitdiff
2008-03-09
Jean-Marc Valin
fixed some build problems
tree
|
commitdiff
2008-03-09
Jean-Marc Valin
testcelt no longer attempts to use ALLOC()
tree
|
commitdiff
2008-03-09
Jean-Marc Valin
manual stack allocator should now work for sizeof(char)!=1
tree
|
commitdiff
2008-03-08
Jean-Marc Valin
fixed-point: stereo_mix() converted.
tree
|
commitdiff
2008-03-08
Jean-Marc Valin
cleaning up some of the mode stuff
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
oops, forgot an int sampling rate somewhere
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
sampling rate has to be int32
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
Adding code to dump the contents of a mode struct to...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: defined HALF32() and used it for the forwa...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: real FFT no longer needs float ops when...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
Bit of cleaning up. No real code change (well, I hope...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: removed the last float op in celt.c
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: finished intra_prediction(). No float...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: converting intra-frame predictor (checkpoi...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: intra_fold() converted
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: compute_band_energies() converted. Had...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
fixed-point: converted normalise_bands (had to split...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
Revert "compute_band_energies() merged with normalised_...
tree
|
commitdiff
2008-03-07
Jean-Marc Valin
Changed the pulse spreading rotations so that the numbe...
tree
|
commitdiff
2008-03-06
Jean-Marc Valin
fixed-point: done converting quant_bands() and unquant_...
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
Add option to #include "custom_support.h"
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
doing spreading function and gain quantisation in-place
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
fixed-point: part of stereo_mix() converted.
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
oops, unb0rked testcelt output
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
Defining RADIX_TWO_ONLY removes all butterflies, except...
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
fixed-point: changed find_spectral_pitch() to use singl...
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
nothing to see here
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
fixed-point: masking curve computation now converted...
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
oops, pgain_table now has half the number of elements
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
fixed-point: quantised the pitch gain table.
tree
|
commitdiff
2008-03-05
Jean-Marc Valin
fixed-point: converted the pitch gain quantisation...
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
Making 16-bit compilers happy
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
Fixed a bunch of warnings
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
compute_band_energies() merged with normalised_bands()
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
Removed deprecated mode interface and added missing...
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
fixed-point: exp_rotation() now fully converted, using...
tree
|
commitdiff
2008-03-04
Jean-Marc Valin
fixed-point: converted denormalise_bands()
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
added suffix to real fft. The celtclient can now be...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
First attempt at adding a suffix to kiss_fft functions...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
making sure __GNUC_PREREQ() is only used when __GNUC__...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
pre-emphasis coef now a constant
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
A bunch of const qualifyers and a few comments
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
Applying the window properly in find_spectral_pitch()
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
A bit more reordering in stack memory allocation -...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
applying the pitch windowing directly in find_spectral_...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
No longer storing the zero parts of the in[] array...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
Pitch predictor now uses a larger range of offset by...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
compute_mdcts() no longer reads the part of the input...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
Only the (rising) overlap part of the window is stored...
tree
|
commitdiff
2008-03-03
Jean-Marc Valin
Don't bother multiplying when the window's value is...
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
Laplace encoder now works with 16-bit frequencies
tree
|
commitdiff
2008-03-02
Jean-Marc Valin
Hadn't realised the bitr* stuff wasn't needed.
tree
|
commitdiff
next