CELT tuning

From XiphWiki
Revision as of 06:28, 21 June 2009 by Jmspeex (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

All the things that can be tuned in CELT

Allocation matrix

How many bits per critical band (assuming 256 frame size)

  • modes.c: band_allocation[]

Minimum band width

Minimum number of MDCT bin allowed for a band, even if it means more than one Bark.

  • modes.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()