* removed MANGLE from macros for setting constants
authorZdenek Kabelac <kabi@informatics.muni.cz>
Thu, 30 May 2002 15:14:56 +0000 (15:14 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Thu, 30 May 2002 15:14:56 +0000 (15:14 +0000)
commitfca0f0e59f4879423a6d5396c3e8aeb6306ab09c
tree634a419cd13d78bcac7702471946ef697c88825f
parent4e33b83b18770b8f2b260e2efdaf7305ffcf45a7
* removed MANGLE from macros for setting constants
* using MOVQ_WONE/MOVQ_BFE as two instruction instead of static memory value access
  as its always faster
* PAVGB_MMX macro is using now mm6 -> mm7 is unmodified
* replaced original pixels_xy2_mmx with new faster and equal implementation
* replaced usage of mm7 for other then ZERO contstant in _rnd & _avg file with mm6

Originally committed as revision 632 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_mmx.c
libavcodec/i386/dsputil_mmx_avg.h
libavcodec/i386/dsputil_mmx_rnd.h