diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-29 23:34:18 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:45 +0100 |
commit | 906911f599ea4e24df5f3cd92e6292339261154a (patch) | |
tree | 0dc97c45758ef808b8ee8fb6ca381e2c7299a21e /doc/authors.texi | |
parent | dc7b3c79c33095e54085c30abe8dea34ab6f001f (diff) | |
download | ffmpeg-906911f599ea4e24df5f3cd92e6292339261154a.tar.gz |
avcodec/mpc8: Reduce size of tables used to initialize VLCs
By switching to ff_init_vlc_from_lengths() one can make a table of
codes of type uint8_t superfluous, saving space.
Other VLCs (those without dedicated symbols table and with codes of
type uint8_t) have been made to use ff_init_vlc_from_lengths(), too,
because it reduces codesize (ff_init_vlc_from_lengths() has two
parameters less than ff_init_vlc_sparse()) and because it allows to
use the offset parameter in future commits.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'doc/authors.texi')
0 files changed, 0 insertions, 0 deletions