diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-22 23:26:23 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-22 23:26:23 +0100 |
commit | 9d6a27d5336550c131d2a45fc4b0e90c93e46aca (patch) | |
tree | 07fe3d8437eda2db2343a9d7d0932870e8018e8e /doc/optimization.txt | |
parent | 74fed968d1b6f0aec9c08b9ac4fcad4314e0460a (diff) | |
parent | 57f09608e1600d1cf1679885a46f5004d522d68f (diff) | |
download | ffmpeg-9d6a27d5336550c131d2a45fc4b0e90c93e46aca.tar.gz |
Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f'
* commit '57f09608e1600d1cf1679885a46f5004d522d68f':
dsputil: Move thirdpel-related bits into their own context
Conflicts:
libavcodec/svq3.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/optimization.txt')
-rw-r--r-- | doc/optimization.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt index 935754557d..cce472f4ca 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -79,9 +79,6 @@ qpel{8,16}_mc??_old_c / *pixels{8,16}_l4 Just used to work around a bug in an old libavcodec encoder version. Don't optimize them. -tpel_mc_func {put,avg}_tpel_pixels_tab - Used only for SVQ3, so only optimize them if you need fast SVQ3 decoding. - add_bytes/diff_bytes For huffyuv only, optimize if you want a faster ffhuffyuv codec. |