avcodec/tscc2: Reduce the size of the tables used to initialize VLCs

After permuting both the codes, lengths and symbols tables so that
the codes tables are ordered from left to right in the tree, the codes
tables can be easily computed from the lengths tables at runtime and
therefore omitted. This saves about 2KB from the binary.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-10-29 16:13:03 +01:00
parent f55da066ec
commit d2e55e3aa1
2 changed files with 397 additions and 830 deletions