xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
static modes update for MDCT
[opus.git]
/
libcelt
/
rate.c
2010-08-25
Jean-Marc Valin
Updated static modes for new pulse cache.
blob
|
commitdiff
2010-08-25
Jean-Marc Valin
New pulse cache
blob
|
commitdiff
|
diff to current
2010-08-14
Jean-Marc Valin
Making the fine energy allocation code less ugly.
blob
|
commitdiff
|
diff to current
2010-08-06
Jean-Marc Valin
Adaptive fine offset value
blob
|
commitdiff
|
diff to current
2010-07-27
Jean-Marc Valin
Bit allocation
blob
|
commitdiff
|
diff to current
2010-07-27
Timothy B. Terriberry
Adjust fine bits allocation.
blob
|
commitdiff
|
diff to current
2010-07-13
Jean-Marc Valin
Support for adjusting the end band
blob
|
commitdiff
|
diff to current
2010-06-03
Jean-Marc Valin
Allocation table now in bits/sample
blob
|
commitdiff
|
diff to current
2010-05-26
Jean-Marc Valin
Bunch of fixes for frames of 2.5 ms.
blob
|
commitdiff
|
diff to current
2010-05-21
Jean-Marc Valin
Getting rid of PVQ-level split
blob
|
commitdiff
|
diff to current
2010-05-11
Jean-Marc Valin
Proper use of logN and logM for the offsets
blob
|
commitdiff
|
diff to current
2010-05-08
Jean-Marc Valin
Allocation table stored with BITRES accuracy based...
blob
|
commitdiff
|
diff to current
2010-04-26
Jean-Marc Valin
Making the band definition the same at all frame sizes.
blob
|
commitdiff
|
diff to current
2010-04-07
Jean-Marc Valin
Caching log2_frac(N, BITRES) in the more data to save...
blob
|
commitdiff
|
diff to current
2010-04-07
Jean-Marc Valin
A few minor optimisations (compute_allocation, denormal...
blob
|
commitdiff
|
diff to current
2010-02-26
Jean-Marc Valin
Allowing CELT to skip the low frequencies
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-10-15
Jean-Marc Valin
first step for removing the number of channels from...
blob
|
commitdiff
|
diff to current
2009-10-14
Jean-Marc Valin
Adjusting the allocation for stereo directly in the...
blob
|
commitdiff
|
diff to current
2009-10-04
Jean-Marc Valin
stereo allocator tuning
blob
|
commitdiff
|
diff to current
2009-07-26
Jean-Marc Valin
Changing some code to use BITRES directly instead of...
blob
|
commitdiff
|
diff to current
2009-07-23
Jean-Marc Valin
Reducing the size of the pulses->bits cache by restrict...
blob
|
commitdiff
|
diff to current
2009-06-11
Jean-Marc Valin
Better ebits rounding and making it possible to add...
blob
|
commitdiff
|
diff to current
2009-06-10
Jean-Marc Valin
Adding extra fine bits only when we have rounded down...
blob
|
commitdiff
|
diff to current
2009-06-05
Gregory Maxwell
Handle malloc failure in mode_create gracefully without...
blob
|
commitdiff
|
diff to current
2009-06-03
Jean-Marc Valin
Removed support for band-per-band stereo_mode that...
blob
|
commitdiff
|
diff to current
2009-06-02
Jean-Marc Valin
It is no longer necessary to have a minimum of one...
blob
|
commitdiff
|
diff to current
2009-02-17
Gregory Maxwell
Miscellaneous comment, copyright notice, readme updates.
blob
|
commitdiff
|
diff to current
2009-02-10
Jean-Marc Valin
Better allocation rounding as suggested by derf
blob
|
commitdiff
|
diff to current
2009-02-09
Jean-Marc Valin
Changed the allocator to be smarter about the way it...
blob
|
commitdiff
|
diff to current
2008-12-17
Timothy B. Terriberry
Compute the real maximum required bits for a split.
blob
|
commitdiff
|
diff to current
2008-12-06
Jean-Marc Valin
Cleaned up some junk left from the last allocator change
blob
|
commitdiff
|
diff to current
2008-11-07
Jean-Marc Valin
Disabling the folding sign bit
blob
|
commitdiff
|
diff to current
2008-09-29
Jean-Marc Valin
Proper stack restore
blob
|
commitdiff
|
diff to current
2008-09-11
Jean-Marc Valin
One-at-a-time allocator now uses direct feedback from...
blob
|
commitdiff
|
diff to current
2008-09-10
Jean-Marc Valin
Simplifications to the new allocator
blob
|
commitdiff
|
diff to current
2008-09-10
Jean-Marc Valin
At least attempting to use all the bits.
blob
|
commitdiff
|
diff to current
2008-09-09
Jean-Marc Valin
Simplified allocation by doing it one band at a time...
blob
|
commitdiff
|
diff to current
2008-08-03
Jean-Marc Valin
fixed a bunch of bugs in the unified allocation code.
blob
|
commitdiff
|
diff to current
2008-08-02
Jean-Marc Valin
Unified allocation of fine energy and pulses.
blob
|
commitdiff
|
diff to current
2008-06-10
Jean-Marc Valin
Implemented split-cwrs for very large codebooks (>64...
blob
|
commitdiff
|
diff to current
2008-06-10
Jean-Marc Valin
Implemented a cleaner way to detect whether CWRS codebo...
blob
|
commitdiff
|
diff to current
2008-05-23
Jean-Marc Valin
Implemented intensity stereo, which required changes...
blob
|
commitdiff
|
diff to current
2008-05-23
Jean-Marc Valin
More stereo infrastructure
blob
|
commitdiff
|
diff to current
2008-05-23
Jean-Marc Valin
infrastructure changes for upcoming stereo improvements
blob
|
commitdiff
|
diff to current
2008-05-05
Jean-Marc Valin
Using only a sign for the intra prediction instead...
blob
|
commitdiff
|
diff to current
2008-04-21
Jean-Marc Valin
Removing some unnecessary initialisations to zero.
blob
|
commitdiff
|
diff to current
2008-04-18
Jean-Marc Valin
separated the two passes from interp_bits2pulses()
blob
|
commitdiff
|
diff to current
2008-04-11
Jean-Marc Valin
fixed three declaration-after-statement issues
blob
|
commitdiff
|
diff to current
2008-04-10
Jean-Marc Valin
Reworked the static modes. Now, if all static modes...
blob
|
commitdiff
|
diff to current
2008-04-05
Timothy B. Terriberry
Rework CWRS code.
blob
|
commitdiff
|
diff to current
2008-03-27
Jean-Marc Valin
removed some int div
blob
|
commitdiff
|
diff to current
2008-03-26
Jean-Marc Valin
optimisation: changed some for() loops to do-while...
blob
|
commitdiff
|
diff to current
2008-03-24
Jean-Marc Valin
Making bits2pulses() use a fixed number of iterations...
blob
|
commitdiff
|
diff to current
2008-03-13
Jean-Marc Valin
Enabling warnings and restricting symbol visibility
blob
|
commitdiff
|
diff to current
2008-03-12
Jean-Marc Valin
Changed definition of VARDECL to make it more flexible...
blob
|
commitdiff
|
diff to current
2008-03-10
Jean-Marc Valin
Changed some of the mode data from int to celt_int16_t...
blob
|
commitdiff
|
diff to current
2008-03-10
Jean-Marc Valin
Allocation cache can now be pre-computed as well.
blob
|
commitdiff
|
diff to current
2008-02-29
Jean-Marc Valin
Initial support for a managed stack/scratchpad. Still...
blob
|
commitdiff
|
diff to current
2008-02-27
Jean-Marc Valin
Removed some unused parameters and fixed a couple ...
blob
|
commitdiff
|
diff to current
2008-02-25
Jean-Marc Valin
16-bit fixes and warning fixes
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Marc Valin
Testcase for laplace encoder
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Marc Valin
Everything should now compile with a C89 compiler.
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Marc Valin
Another bunch of C99 array conversions (few more to go)
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Marc Valin
More C89 fixes, making sure to include config.h from...
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-02-19
Jean-Marc Valin
Merged the rate allocation atruct directly into the...
blob
|
commitdiff
|
diff to current
2008-02-18
Jean-Marc Valin
Two-pass algorithm for filling the remaining bits....
blob
|
commitdiff
|
diff to current
2008-02-11
Jean-Marc Valin
Re-ordered the parameters in the stream: [energy, pitch...
blob
|
commitdiff
|
diff to current
2008-02-11
Jean-Marc Valin
Enabling "plain folding" in case we don't even have...
blob
|
commitdiff
|
diff to current
2008-02-11
Jean-Marc Valin
Limiting intra-frame prediction codebook to 32 entries...
blob
|
commitdiff
|
diff to current
2008-02-07
Jean-Marc Valin
Re-enabled intra-frame prediction, which seems to have...
blob
|
commitdiff
|
diff to current
2008-01-17
Jean-Marc Valin
Close to getting CBR working
blob
|
commitdiff
|
diff to current
2008-01-16
Jean-Marc Valin
Looks like the bit allocation code is mostly working...
blob
|
commitdiff
|
diff to current
2008-01-16
Jean-Marc Valin
Working allocation interpolation code
blob
|
commitdiff
|
diff to current
2008-01-16
Jean-Marc Valin
more bit allocation wip
blob
|
commitdiff
|
diff to current
2008-01-15
Jean-Marc Valin
bit allocation wip (untested)
blob
|
commitdiff
|
diff to current
2008-01-14
Jean-Marc Valin
early code for bit-rate management
blob
|
commitdiff
|
diff to current