diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-12-24 02:32:28 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-04 16:28:55 +0100 |
commit | bf2c34a01af4fd5d18e7e978e148ec3ad5fc43c5 (patch) | |
tree | 0a8ee04c7dc2c6d8be8f7a600e092b89bd6d8147 /libavformat | |
parent | 519c2c1a86bdd6a81ddc1a493bb53fb6fe3a645c (diff) | |
download | ffmpeg-bf2c34a01af4fd5d18e7e978e148ec3ad5fc43c5.tar.gz |
avcodec/mpegvideo_enc: Improve inlining of chroma_format
encode_mb() calls encode_mb_internal() three times, once
for each supported chroma format. The reason for this is
that some chroma format dependent parameters can then be
inlined as encode_mb_internal() is marked as av_always_inline.
Yet the most basic parameters based upon chroma format have
not been inlined: The chroma format itself and the chroma
subsampling parameters. This commit does so.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions