diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-24 17:14:07 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-31 20:47:00 +0100 |
commit | e5dcde620d5617fbfdc1e8a699415b742245638f (patch) | |
tree | 82df00b2b2be56d05ebebb6b5240425e3970d774 /libavcodec/mips/h263dsp_msa.c | |
parent | fd4cb6ebee1c8e1673c2e4ef11d95853fd80bc51 (diff) | |
download | ffmpeg-e5dcde620d5617fbfdc1e8a699415b742245638f.tar.gz |
avcodec/vc1: Avoid superfluous VLC structures
For all VLCs here, the number of bits of the VLC is
write-only, because it is hardcoded at the call site.
Therefore one can replace these VLC structures with
the only thing that is actually used: The pointer
to the VLCElem table. And in some cases one can even
avoid this.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mips/h263dsp_msa.c')
0 files changed, 0 insertions, 0 deletions