CELT TODO: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
m (Add notice that CELT was merged into Opus)
 
(64 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Obsolete|The CELT codec has been merged into the IETF [[Opus]] codec and is now obsolete}}
== Open issues ==
== Open issues ==


* Code
== Post-freeze ==
** Laplacian energy encoding
* VBR waste prevention
** Removing pitch
* More intelligent VBR decisions
* Denorm prevention
* Ogg mapping (including >2ch; LM/ch switching)


* Tuning
[[Category:Opus]]
** Band layout (spacing)
** TF resolution options
** Bit allocation
*** Main table
*** Stereo
*** qtheta offset (all 3 modes)
*** delta allocation (all 3)
*** fine offset
*** energy prediction parameters (means, decay)
** Spreading/folding parameter
 
 
 
== Other decisions to make ==
* What should we do about remaining bits after the last PVQ?
** more fine energy?
** encode bands backward?
** allow "fractional pulses"
** Minimise bits left after PVQ
*** Reverse band ordering?
*** Fractional pulses?
** Dynamic allocation
*** Include a way to deviate from the normal bit allocation?

Latest revision as of 05:31, 23 June 2016

Open issues

Post-freeze

  • VBR waste prevention
  • More intelligent VBR decisions
  • Denorm prevention
  • Ogg mapping (including >2ch; LM/ch switching)