diff options
author | Loren Merritt | 2007-08-23 04:56:29 +0000 |
---|---|---|
committer | Loren Merritt | 2007-08-23 04:56:29 +0000 |
commit | 2e1ad4a28eaf9bdc5548954db20bd1406e04a459 (patch) | |
tree | 424618ffbbe30ffdc77c11d38bcf03b6d54cbf80 /doc | |
parent | d8e84202c788a1f4bd074f119f9c03b2c9288b12 (diff) |
simd gmc wasn't impossible.
Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/optimization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt index f66c69bcfc..b914f3ddb0 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -77,7 +77,7 @@ clear_blocks gmc Used for MPEG-4 gmc. Optimizing this should have a significant effect on the gmc decoding - speed but it's very likely impossible to write in SIMD. + speed. gmc1 Used for chroma blocks in MPEG-4 gmc with 1 warp point |