diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-12-30 19:19:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-12-30 19:19:45 +0000 |
commit | 7d67aa9b0f3bd2cb6c023e8b9e537606aa6b08d9 (patch) | |
tree | 3dae406b3cfcdfc63da8418d3d4479cf43a883b8 /doc | |
parent | bb198e198abc42753274edc376fdd15543694315 (diff) | |
download | ffmpeg-7d67aa9b0f3bd2cb6c023e8b9e537606aa6b08d9.tar.gz |
info about h and tpel
Originally committed as revision 2639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/optimization.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt index 87e9d88468..6bba4c078a 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -60,6 +60,9 @@ qpel{8,16}_mc??_old_c / *pixels{8,16}_l4 just used to workaround a bug in old libavcodec encoder dont optimze them +tpel_mc_func {put,avg}_tpel_pixels_tab + used only for SVQ3, so only optimze them if u need fast SVQ3 decoding + add_bytes/diff_bytes for huffyuv only, optimize if u want a faster ff-huffyuv codec |