CELT tuning: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(tuning info)
(No difference)

Revision as of 06:27, 21 June 2009

All the things that can be tuned in CELT

Allocation matrix

  • modes.c: band_allocation[]

Minimum band width

  • odes.c: MIN_BINS

Folding decision

Decision when to turn folding on or off.

  • bands.c: folding_decision()

Transient decision

Decision when to use short blocks

  • celt.c: transient_decision()