aom/tools
Yue Chen c8b38b0bfd AV1 offline probability optimizer
This tool is a gadget for offline probability training.

A binary executable aom_entropy_optimizer will be generated in
tools/. It parses a binary file consisting of counts written in
the format of FRAME_COUNTS in entropymode.h, and computes the
optimized probability table, which will be written to a new c file
optimized_probs.c using the format in entropymode.c.

Command line:
./aom_entropy_optimizer [directory of the count file]

The input file can be either be generated from a single run by
turning on entropy_stats experiment(counts are accumulated from
frame to frame, and finally written to counts.stt), or be collected
at a larger scale, at which a python script (will be provided soon)
can be used to aggregate multiple stats output.

Optimization for initial CDFs will be also supported later.

Change-Id: I32070721aa8059439feb6b5a3a179f1001c66bb7
2017-06-29 03:25:01 +00:00
..
all_builds.py
aom_entropy_optimizer.c AV1 offline probability optimizer 2017-06-29 03:25:01 +00:00
author_first_release.sh
build_inspector.sh Speedup JS inspector build 2017-05-16 17:47:07 +00:00
cpplint.py
diff.py Change to use aom copyright notice 2016-09-02 08:22:07 -07:00
ftfy.sh Port renaming changes from AOMedia 2016-08-31 18:19:03 -07:00
gen_authors.sh AUTHORS regenerated 2016-10-12 12:26:05 -07:00
gen_constrained_tokenset.py ec_multisymbol: Split off new new_tokenset experiment 2017-02-06 21:03:01 +00:00
inspect-cli.js Add inspect CLI tool and Emscripten build tools. 2017-03-07 16:57:44 +00:00
inspect-post.js Add inspect CLI tool and Emscripten build tools. 2017-03-07 16:57:44 +00:00
intersect-diffs.py Change to use aom copyright notice 2016-09-02 08:22:07 -07:00
lint-hunks.py Change to use aom copyright notice 2016-09-02 08:22:07 -07:00
wrap-commit-msg.py Change to use aom copyright notice 2016-09-02 08:22:07 -07:00