Commit 6e0aa4e1 authored by michael's avatar michael

optimization tips for the wavelet


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10178 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 50ee31cb
......@@ -323,6 +323,10 @@ snows 9/7 Integer filter:
/ | \|/ | \|/ | \|/ | \|/
| + | + | + | + +3/2
optimization tips:
following are exactly identical
(3a)>>1 == a + (a>>1)
(a + 4b + 8)>>4 == ((a>>2) + b + 2)>>2
TODO:
=====
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment