Add entropy coder accounting support

Multimedia / Daala - Jack Moffitt [metajack.im] - 21 October 2014 14:33 UTC

This generalizes the tool to record symbols and their contexts for doing entropy coding optimization work. You add labels and then record symbols with contexts for offline analysis.

bd97ba9 Add entropy coder accounting support.
.gitignore | 5 +-
Makefile.am | 5 +-
configure.ac | 7 +++
src/accounting.c | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
src/accounting.h | 25 ++++++++
src/encode.c | 6 ++
src/entenc.c | 9 +++
src/entenc.h | 7 ++-
8 files changed, 230 insertions(+), 4 deletions(-)

Upstream: git.xiph.org


  • Share