Replace call to pred_motion() in direct spatial mv pred by code
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 8 Feb 2010 02:09:27 +0000 (02:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 8 Feb 2010 02:09:27 +0000 (02:09 +0000)
commit35c8b9c094eebbbead9d818201bc20ea6a3258a2
treefcfc5b3939b77f6763193ed18490a065646da1c7
parentb317567cf437a515acf75abee2a3bb7a6b047938
Replace call to pred_motion() in direct spatial mv pred by code
and simplify cases that cannot happen away.
8 cpu cycles faster

Originally committed as revision 21683 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_direct.c