CELT TODO: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
* <strike>Improve dynamic range by changing the energy floor</strike> | * <strike>Improve dynamic range by changing the energy floor</strike> | ||
* Laplace encoder | * Laplace encoder | ||
** Make ft=32768 to save some divisions | ** <strike>Make ft=32768 to save some divisions</strike> | ||
** Use the last symbols to have a wider range | ** Use the last symbols to have a wider range |
Revision as of 06:30, 23 May 2009
TODO list for CELT (before freezing)
- raw bits
- adaptive folding
- finalize folding details
- dynamic allocation
- configuration packet
- revisit stereo coupling
- stereo allocation
- tune everything
- increase max pulses
change if(_n<=6) to if(_n<=6 || _m>255) in ncwrs_u32Use real limits in fits_in32()
- Tune for lower sampling rates
Improve dynamic range by changing the energy floor- Laplace encoder
Make ft=32768 to save some divisions- Use the last symbols to have a wider range