diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-30 02:10:36 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:45 +0100 |
commit | e55ade2c01472ededea03257e93e2e073d320a2e (patch) | |
tree | 02b96dacb544e45b110d8eed6db966e2df8b36d5 /MAINTAINERS | |
parent | c9d779a3db7c223326d21e34fb415de88fb92e34 (diff) | |
download | ffmpeg-e55ade2c01472ededea03257e93e2e073d320a2e.tar.gz |
avcodec/mpc8: Reduce the size of the length tables to initialize VLCs
After permuting both length, code as well as symbol tables so that
the codes are ordered from left to right in the tree, it became apparent
that the length of the codes decreases from left to right. Therefore one
can run-length encode the lengths to save space. This commit implements
this.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions