replace a few mov + psrlq with pshufw, there are more cases which could benefit from...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 21 Sep 2005 21:17:09 +0000 (21:17 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 21 Sep 2005 21:17:09 +0000 (21:17 +0000)
commit12e9668119df1539b1f967aff2e351923ddd043c
tree2c8c8a0f259bf1c21e42efa10204c3819b680b7e
parentdc9f52602f6493b33d1ac0d729ffb188e6a676fa
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
the trick is from various places (my own code in libpostproc, a patch on the x264 list, ...)

Originally committed as revision 4608 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_mmx.c
libavcodec/i386/mpegvideo_mmx_template.c