h264dsp: merge some asm blocks
authorRamiro Polla <ramiro.polla@gmail.com>
Mon, 25 Oct 2010 18:02:02 +0000 (18:02 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Mon, 25 Oct 2010 18:02:02 +0000 (18:02 +0000)
commitb32c9ca9a3265cc8566d183dad260a056eb68fae
treed8da0905f729922d13c26e156d3206f1106cd2f6
parent3ab354d7778cd84bd92e17e5b3563a8180053c8a
h264dsp: merge some asm blocks

Some code was initializing some xmm registers in one asm block and using them
in the following block, assuming they wouldn't be changed in between blocks.

Originally committed as revision 25568 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/h264_qpel_mmx.c