1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-10 01:30:21 +02:00
ffmpeg/libavcodec/i386
Zdenek Kabelac fca0f0e59f * 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
2002-05-30 15:14:56 +00:00
..
cputest.c license/copyright change 2002-05-25 22:45:33 +00:00
dsputil_mmx_avg.h * removed MANGLE from macros for setting constants 2002-05-30 15:14:56 +00:00
dsputil_mmx_rnd.h * removed MANGLE from macros for setting constants 2002-05-30 15:14:56 +00:00
dsputil_mmx.c * removed MANGLE from macros for setting constants 2002-05-30 15:14:56 +00:00
fdct_mmx.c license/copyright change 2002-05-25 22:45:33 +00:00
idct_mmx.c * undefine local defines when they are no longer needed 2002-05-27 08:37:13 +00:00
mmx.h * avoids double inclusion of this header 2002-05-27 08:31:54 +00:00
motion_est_mmx.c license/copyright change 2002-05-25 22:45:33 +00:00
mpegvideo_mmx_template.c license/copyright change 2002-05-25 22:45:33 +00:00
mpegvideo_mmx.c license/copyright change 2002-05-25 22:45:33 +00:00
simple_idct_mmx.c license/copyright change 2002-05-25 22:45:33 +00:00