diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-10 17:47:54 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-10 20:54:06 +0200 |
commit | d3f35224a91e2f32c45a9d09f0867c688e590231 (patch) | |
tree | 8a0c9e5480cab108f87853731c0633f6b05c4ae1 /tests/ref/seek/acodec-pcm-f64le | |
parent | 8969b9aa061790a5e87694aab17741cc7647d099 (diff) | |
download | ffmpeg-d3f35224a91e2f32c45a9d09f0867c688e590231.tar.gz |
avcodec/sheervideo: Reduce the size of static arrays
The SheerVideo decoder uses VLC tables which are currently stored in
large arrays that contain the length of each leaf of the corresponding
tree from left to right, taking 15.5KB of space. But all these arrays
follow a common pattern: First the entries are ascending and then they
are descending with lots of successive entries have the same value.
Therefore it makes sense to use a run-length encoding to store them, as
this commit does. Notice that the length 16 has to be treated specially
because there are arrays with more than 256 consecutive entries with
value 16 and because the length of the entries start to descend from
this length onward.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tests/ref/seek/acodec-pcm-f64le')
0 files changed, 0 insertions, 0 deletions