diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-17 08:46:53 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:45 +0100 |
commit | ef9652bab2921126a88111cebfbd645050a5e373 (patch) | |
tree | 6525bd82130f23992b62704e406bfb1730f1a244 /libavutil/fixed_dsp.c | |
parent | 1d3ec27bd54ceb5108ad9f9ed430266ccc4cbc71 (diff) | |
download | ffmpeg-ef9652bab2921126a88111cebfbd645050a5e373.tar.gz |
avcodec/clearvideo: Improve handling of VLC escape values
Both the motion vector as well as the bias VLCs have an escape code;
for the motion vectors, this value depended on the specific VLC table,
whereas all the bias VLCs used the same value; the escape value has not
been inlined in the latter case.
But for both kinds of VLCs there are lots of values that are unused for
all the VLCs of each kind and each of these can be used as common escape
value, thus allowing to inline the escape value. This commit implements
this.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavutil/fixed_dsp.c')
0 files changed, 0 insertions, 0 deletions