xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Apply band caps to the band allocation table.
[opus.git]
/
libcelt
/
arch.h
2011-01-23
Jean-Marc Valin
Clipping the encoder input to +/-2 to prevent scaling...
blob
|
commitdiff
2010-08-27
Jean-Marc Valin
CELT no longer prints to stderr (unless assertions...
blob
|
commitdiff
|
diff to current
2010-04-17
Jean-Marc Valin
Converted a few double-precision constants to single...
blob
|
commitdiff
|
diff to current
2010-03-13
Jean-Marc Valin
Increasing log energy resolution
blob
|
commitdiff
|
diff to current
2009-10-19
Jean-Marc Valin
fixed a few trivial bugs: exporting celt_strerror(...
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-07-13
Jean-Marc Valin
Allocating 100k for the pseudo stack so we're sure...
blob
|
commitdiff
|
diff to current
2009-07-05
Jean-Marc Valin
Making real sure not to bust the pseudo-stack even...
blob
|
commitdiff
|
diff to current
2009-07-01
Gregory Maxwell
Some unusual frame sizes could run the pseudo-stack...
blob
|
commitdiff
|
diff to current
2009-05-27
Jean-Marc Valin
Enabling more than 128 pulses for N=3 and N=4.
blob
|
commitdiff
|
diff to current
2009-05-22
Gregory Maxwell
The change to FLOAT2INT16 in a8734e0f would break float...
blob
|
commitdiff
|
diff to current
2009-05-05
Gregory Maxwell
Fixing stereo: Do not attempt to use more bits than...
blob
|
commitdiff
|
diff to current
2009-02-03
Gregory Maxwell
Enlarge CELT pseudo-stack for floating point unless...
blob
|
commitdiff
|
diff to current
2008-09-22
Jean-Marc Valin
Merge branch 'cwrs_speedup'
blob
|
commitdiff
|
diff to current
2008-09-19
Jean-Marc Valin
Some bit-allocation tuning
blob
|
commitdiff
|
diff to current
2008-09-19
Jean-Marc Valin
Merge branch 'cwrs_speedup' (derf's cwrs changes)
blob
|
commitdiff
|
diff to current
2008-09-13
Jean-Marc Valin
Generate slightly more accurate WMOPS figures
blob
|
commitdiff
|
diff to current
2008-08-29
Jean-Marc Valin
Fixed a bunch of fixed-point overflows on insanely...
blob
|
commitdiff
|
diff to current
2008-08-12
Gregory Maxwell
Adding a floating point interface to encode and decode
blob
|
commitdiff
|
diff to current
2008-04-21
Jean-Marc Valin
Further simplifications to the forward mdct
blob
|
commitdiff
|
diff to current
2008-04-15
Jean-Marc Valin
added fixed_c6x.h
blob
|
commitdiff
|
diff to current
2008-04-10
Jean-Marc Valin
Defining IMUL32 for 32x32=>32 int multiplications and...
blob
|
commitdiff
|
diff to current
2008-03-25
Jean-Marc Valin
Decision on whether to use pitch is now taken only...
blob
|
commitdiff
|
diff to current
2008-03-25
Jean-Marc Valin
properly defined EPSILON for the float case
blob
|
commitdiff
|
diff to current
2008-03-20
Jean-Marc Valin
s/ROUND/ROUND16/
blob
|
commitdiff
|
diff to current
2008-03-15
Jean-Marc Valin
Making sure not to use the C library calls directly
blob
|
commitdiff
|
diff to current
2008-03-12
Jean-Marc Valin
Using reciprocal approximation instead of full 32-bit...
blob
|
commitdiff
|
diff to current
2008-03-11
Jean-Marc Valin
Added macro definitions for the TI C5x family (untested)
blob
|
commitdiff
|
diff to current
2008-03-07
Jean-Marc Valin
fixed-point: defined HALF32() and used it for the forwa...
blob
|
commitdiff
|
diff to current
2008-03-07
Jean-Marc Valin
fixed-point: finished intra_prediction(). No float...
blob
|
commitdiff
|
diff to current
2008-03-05
Jean-Marc Valin
fixed-point: masking curve computation now converted...
blob
|
commitdiff
|
diff to current
2008-03-05
Jean-Marc Valin
fixed-point: converted the pitch gain quantisation...
blob
|
commitdiff
|
diff to current
2008-02-28
Jean-Marc Valin
fixed-point: First check-point in alg_quant() conversion
blob
|
commitdiff
|
diff to current
2008-02-28
Jean-Marc Valin
fixed-point: Added a ROUND() operator, no real change...
blob
|
commitdiff
|
diff to current
2008-02-27
Jean-Marc Valin
fixed-point: compression factor (alpha) now a 16-bit...
blob
|
commitdiff
|
diff to current
2008-02-27
Jean-Marc Valin
fixed-point: converted compute_pitch_gain() and removed...
blob
|
commitdiff
|
diff to current
2008-02-27
Jean-Marc Valin
fixed-point: log-energy for previous frame now a 16...
blob
|
commitdiff
|
diff to current
2008-02-27
Jean-Marc Valin
fixed-point: pre/de-emphasis converted.
blob
|
commitdiff
|
diff to current
2008-02-26
Jean-Marc Valin
fixed-point: celt_pgain_t now a 16-bit value (Q15)
blob
|
commitdiff
|
diff to current
2008-02-26
Jean-Marc Valin
celt_mask_t for masking curves
blob
|
commitdiff
|
diff to current
2008-02-26
Jean-Marc Valin
pitch gain is now celt_pgain_t
blob
|
commitdiff
|
diff to current
2008-02-26
Jean-Marc Valin
fixed-point: band energy now a 32-bit value. It might...
blob
|
commitdiff
|
diff to current
2008-02-26
Jean-Marc Valin
fixed-point: added a celt_ener_t type for band energy.
blob
|
commitdiff
|
diff to current
2008-02-26
Jean-Marc Valin
fixed-point: celt_norm_t now a 16-bit value.
blob
|
commitdiff
|
diff to current
2008-02-25
Jean-Marc Valin
fixed-point: Using a NORM_SCALING of 16384, sig_norm_t...
blob
|
commitdiff
|
diff to current
2008-02-25
Jean-Marc Valin
fixed-point: celt_sig_t now a 32-bit value.
blob
|
commitdiff
|
diff to current
2008-02-25
Jean-Marc Valin
fixed-point: initial support for using the fixed-point...
blob
|
commitdiff
|
diff to current
2008-02-22
Jean-Marc Valin
Separating types for normalised vs. denormalised data...
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Marc Valin
removed // comments and added stack_alloc.h (not used...
blob
|
commitdiff
|
diff to current
2008-01-31
Jean-Marc Valin
Moving everything to the same type abstraction (sort...
blob
|
commitdiff
|
diff to current
2007-12-11
Jean-Marc Valin
Added support for codebooks up to 64 bits.
blob
|
commitdiff
|
diff to current
2007-11-30
Jean-Marc Valin
Pre-emphasis, plus a few minor tweaks
blob
|
commitdiff
|
diff to current
2007-11-30
Jean-Marc Valin
Added pitch analysis. Doesn't crash, but otherwise...
blob
|
commitdiff
|
diff to current
2007-11-29
Jean-Marc Valin
Initial commit with the autotools stuff and files taken...
blob
|
commitdiff
|
diff to current