diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-29 16:13:03 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:44 +0100 |
commit | d2e55e3aa1a1c204dc93c09018779265ac017971 (patch) | |
tree | aa2f127aaa292f867f9d807429bea2a27bed360e /doc/examples/decode_video.c | |
parent | f55da066ec82da220b729bd7bc5a9a836baeb68d (diff) | |
download | ffmpeg-d2e55e3aa1a1c204dc93c09018779265ac017971.tar.gz |
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>
Diffstat (limited to 'doc/examples/decode_video.c')
0 files changed, 0 insertions, 0 deletions