diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-21 16:03:59 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:30 -0700 |
commit | 57f09608e1600d1cf1679885a46f5004d522d68f (patch) | |
tree | ddb3ce6e7d2ac7f8479add595d7212434d7ca8f7 /doc | |
parent | 82dd1026cfc1d72b04019185bea4c1c9621ace3f (diff) | |
download | ffmpeg-57f09608e1600d1cf1679885a46f5004d522d68f.tar.gz |
dsputil: Move thirdpel-related bits into their own context
Diffstat (limited to 'doc')
-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 42ad15ed28..b51183fa34 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. |