Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libopus
/
cef1d6ac0f4661731280d75757b48eb1f97fb03e
cef1d6a
Raw bit init for for architectures with chars larger than 8 bits
by Jean-Marc Valin
· 14 years ago
7fde058
Smoothing out some curves
by Jean-Marc Valin
· 14 years ago
7d1cc9d
Tuning around 30 kb/s
by Jean-Marc Valin
· 14 years ago
fbcec9a
Tuning in the 24 kb/s area
by Jean-Marc Valin
· 14 years ago
c98ff90
Tuning at very low bit-rate (around 14 kb/s)
by Jean-Marc Valin
· 14 years ago
8bcd388
Tuning at very low rate
by Jean-Marc Valin
· 14 years ago
8f50b0f
Making the allocation matrix a bit smoother
by Jean-Marc Valin
· 14 years ago
1887401
Converting allocation table to 1/32 bit/sample resolution.
by Jean-Marc Valin
· 14 years ago
1b36d6c
Complexity setting now controls two-pass coarse energy quantization
by Jean-Marc Valin
· 14 years ago
020ef4f
Ignoring lower bands in folding_decision()
by Jean-Marc Valin
· 14 years ago
1213ba5
Complexity setting now does something again
by Jean-Marc Valin
· 14 years ago
a6a53ab
Minor simplification to interp_bits2pulses()
by Jean-Marc Valin
· 14 years ago
1d17b9a
New implementation of folding_decision()
by Jean-Marc Valin
· 14 years ago
6f6c88b
_alloca() for Win32
by Jean-Marc Valin
· 14 years ago
736efd6
Fixes some MSVC warnings
by Jean-Marc Valin
· 14 years ago
5c0c936
Fine energy allocation cleanup
by Jean-Marc Valin
· 14 years ago
f1c8fb1
qoffset tuning
by Jean-Marc Valin
· 14 years ago
32a1e6b
More fine energy tuning, compensation for N=2
by Jean-Marc Valin
· 14 years ago
fffae79
New fine energy allocation tuning.
by Jean-Marc Valin
· 14 years ago
6d3829f
CELT no longer prints to stderr (unless assertions are enabled)
by Jean-Marc Valin
· 14 years ago
c09807d
Simplifies the implementation of RESET by placing all the data that needs
by Jean-Marc Valin
· 14 years ago
7cfb730
Adds _init() functions that do not allocate the states themselves
by Jean-Marc Valin
· 14 years ago
ca8b992
Comments on encoder and decoder struct contents
by Jean-Marc Valin
· 14 years ago
f9950e0
Remove model markers
by Jean-Marc Valin
· 14 years ago
bce1dd0
Remove check_mode()
by Jean-Marc Valin
· 14 years ago
d13cd15
Unb0rk fixed-point build
by Jean-Marc Valin
· 14 years ago
0410e9c
Removing check_decoder()
by Jean-Marc Valin
· 14 years ago
02a3527
Decoder state stored in a single allocated object.
by Jean-Marc Valin
· 14 years ago
6d13108
Decoder cleanup
by Jean-Marc Valin
· 14 years ago
190b782
Removing check_encoder()
by Jean-Marc Valin
· 14 years ago
0d8eaa3
Encoder state now stored in a single allocated object
by Jean-Marc Valin
· 14 years ago
0695a5f
Simplifies convoluted/idiotic indexing.
by Jean-Marc Valin
· 14 years ago
f67b447
More IMDCT de-uglification
by Jean-Marc Valin
· 14 years ago
e0ce2cf
Removing out_mem from the encoder state.
by Jean-Marc Valin
· 14 years ago
903dbf7
Inverse MDCT no longer keeps channels interleaved.
by Jean-Marc Valin
· 14 years ago
ab3784e
Small suckage reduction in compute_inv_mdcts(). More to come.
by Jean-Marc Valin
· 14 years ago
2cc1fcb
Nothing to see here
by Jean-Marc Valin
· 14 years ago
5d937c0
Disabling mdct and fft init code with static modes
by Jean-Marc Valin
· 14 years ago
40603b2
No longer making copies of static modes
by Jean-Marc Valin
· 14 years ago
ae035a5
Fixes an off-by-one bug in the static mode's MDCT twiddles
by Jean-Marc Valin
· 14 years ago
0ff9be6
Fixed an old issue where the fixed-point MDCT twiddles were stored as 32-bit values
by Jean-Marc Valin
· 14 years ago
bb52881
coarse probability model in static modes too
by Jean-Marc Valin
· 14 years ago
31b189b
static modes update for MDCT
by Jean-Marc Valin
· 14 years ago
24eef14
Updating dump_modes to include the MDCT and FFT. More work needed.
by Jean-Marc Valin
· 14 years ago
3fc0aad
FFT cleanup
by Jean-Marc Valin
· 14 years ago
732ea38
Updated static modes for new pulse cache.
by Jean-Marc Valin
· 14 years ago
3ad8db4
New pulse cache
by Jean-Marc Valin
· 14 years ago
ba3a289
MSE measurement details (no codec changes)
by Jean-Marc Valin
· 14 years ago
3f9857b
Making the fine energy allocation code less ugly.
by Jean-Marc Valin
· 14 years ago
c1c40a7
Rework coarse energy coding.
by Timothy B. Terriberry
· 14 years ago
6ac26ec
Fixes a stereo bug introduced in the previous commit
by Jean-Marc Valin
· 14 years ago
bb338a9
Choosing intra frame energy when it's cheaper than inter
by Jean-Marc Valin
· 14 years ago
5e7f02d
Moving intra decision to quant_coarse_energy()
by Jean-Marc Valin
· 14 years ago
908958c
Shuffling code around -- no change to the algorithm
by Jean-Marc Valin
· 14 years ago
9099bc3
Bit-stream reordering
by Jean-Marc Valin
· 14 years ago
be04f5a
Reorganizing the VBR code
by Jean-Marc Valin
· 14 years ago
d38d6b9
Implemented variable spreading amount in the decoder
by Jean-Marc Valin
· 14 years ago
828da91
Minor simplification to exp_rotation().
by Timothy B. Terriberry
· 14 years ago
f412a99
comments
by Jean-Marc Valin
· 14 years ago
0777135
eMeans[] quantized to 8 bits
by Jean-Marc Valin
· 14 years ago
504fb3c
Using the real spectral means instead of the ones after inter-band prediction
by Jean-Marc Valin
· 14 years ago
3603428
Adaptive fine offset value
by Jean-Marc Valin
· 14 years ago
39ffbee
Comments
by Jean-Marc Valin
· 14 years ago
1f589ef
More simplifications to N=2 stereo
by Jean-Marc Valin
· 14 years ago
960505f
More N=2 stereo simplifications
by Jean-Marc Valin
· 14 years ago
e4d271d
Simplifications to the N=2 stereo split.
by Timothy B. Terriberry
· 14 years ago
245c9af
Fix dump_modes when requesting multiple modes.
by Timothy B. Terriberry
· 14 years ago
08b88c8
This patch makes Tim happy
by Jean-Marc Valin
· 14 years ago
aa995dd
Making qn code 16-bit clean while simplifying it
by Jean-Marc Valin
· 14 years ago
88c59a5
QTHETA_OFFSET* tuning
by Jean-Marc Valin
· 14 years ago
017001a
Simplified flags encoding
by Jean-Marc Valin
· 14 years ago
8cbea17
Removing pitch prediction code
by Jean-Marc Valin
· 14 years ago
30e2493
Allowing fractional bits for splitting angle (theta)
by Jean-Marc Valin
· 14 years ago
0b9e9ce
cleanup in qb-related code
by Jean-Marc Valin
· 14 years ago
5d774e0
Fixed "forced intensity stereo"
by Jean-Marc Valin
· 14 years ago
1299640
More float conversion cleanup
by Jean-Marc Valin
· 14 years ago
ae01e11
Changing some constants to float
by Jean-Marc Valin
· 14 years ago
8a6ce05
More FFT cleanup
by Jean-Marc Valin
· 14 years ago
4b71303
Removing files that are no longer needed
by Jean-Marc Valin
· 14 years ago
f81a60c
DOUBLE_PRECISION and MIXED_PRECISION no longer need to be defined
by Jean-Marc Valin
· 14 years ago
bc272de
Code simplifications for log->amplitude conversion
by Jean-Marc Valin
· 14 years ago
531f2ae
Remove useless use of "long", remove useless prototypes
by Jean-Marc Valin
· 14 years ago
4409224
Error measurement for stereo as well
by Jean-Marc Valin
· 14 years ago
7b5a086
Measuring the normalized error directly within the encoder
by Jean-Marc Valin
· 14 years ago
fd3139c
Separate qtheta offset for stereo
by Jean-Marc Valin
· 14 years ago
8d18601
Fixing the qtheta dependency for the delta allocation
by Jean-Marc Valin
· 14 years ago
ea17d42
Removing uselessly low bitrate allocation entries
by Jean-Marc Valin
· 14 years ago
743abbb
Only using triangular split pdf up to 8 bits
by Jean-Marc Valin
· 14 years ago
89eef0f
updated cwrs test for previous commit
by Jean-Marc Valin
· 14 years ago
68242ac
Eliminate the loop when decoding the split angle.
by Timothy B. Terriberry
· 14 years ago
5bdb7db
Eliminate the loop when encoding the split angle.
by Timothy B. Terriberry
· 14 years ago
37546cc
Bit allocation
by Jean-Marc Valin
· 14 years ago
a345dec
Adjust fine bits allocation.
by Timothy B. Terriberry
· 14 years ago
6f1cbca
More cleanup
by Jean-Marc Valin
· 14 years ago
663c049
Spreading code cleanup -- now allowing tf change when spreading is off
by Jean-Marc Valin
· 14 years ago
f276b23
Using random noise in upper bands when signal is "normal"
by Jean-Marc Valin
· 14 years ago
ac1da4f
Codec state simplification
by Jean-Marc Valin
· 14 years ago
1b0bc2d
Updated static mode generation for latest changes
by Jean-Marc Valin
· 14 years ago
bdfb73b
Just removing old code that was commented out anyway
by Jean-Marc Valin
· 14 years ago
48923ae
Cleanup, de-inlining some math functions
by Jean-Marc Valin
· 14 years ago
Next »