* code with new PAVGB for MMX only CPU splited into separate file
authorZdenek Kabelac <kabi@informatics.muni.cz>
Wed, 29 May 2002 17:16:22 +0000 (17:16 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Wed, 29 May 2002 17:16:22 +0000 (17:16 +0000)
commit91abb473fb8432226918da4fe03365ebaf688978
tree3c0635d9fe957b6793b5375d8e248efb8bf9d357
parentdef60345ad03b26802b5bf6801e00d2f03d262d9
* code with new PAVGB for MMX only CPU splited into separate file
  and being compiled in the same way as _avg.h
* PAVG_MMX macros accept also output parameter
* implemented faster put_pixels_xy2, but it has slightly smaller precission.
  But there is not visible difference in the image quality - might be eventualy
  easily switched back (#if 0 #endif)- please check

Originally committed as revision 624 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_mmx.c
libavcodec/i386/dsputil_mmx_rnd.h [new file with mode: 0644]