xiph/daala

Disable accounting in the analyzer by default and add command line flag

Closed this issue · 1 comments

negge commented

By default the analyzer enables bit accounting and keeps track of symbol statistics for each frame as it decodes it. On small, highly compressed frames this is not an issue as the number of symbols is small. However with larger image data, e.g., 4k UHD, or at high compression ratios there are a large number of symbols and handling the statistics is very slow.

Make the bit accounting a command line parameter for the analyzer and disable it by default to avoid this slowdown.

negge commented

Fixed in 1ce4608