diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-23 13:22:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-23 13:22:20 +0000 |
commit | cf3bf5bbaa049667612a4b992239cc99dc31aee8 (patch) | |
tree | 1803ac6d760cce57fc0858e53b7a022f0e21bea6 /libavcodec/dsputil.h | |
parent | 1745173bc56482e449253ef8d1032c6d5d48cab2 (diff) | |
download | ffmpeg-cf3bf5bbaa049667612a4b992239cc99dc31aee8.tar.gz |
minor mmx2 optimization if the dct
Originally committed as revision 2423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 0cc6b9be0f..9bb5fd2df5 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -41,6 +41,7 @@ void ff_jpeg_fdct_islow (DCTELEM *data); void j_rev_dct (DCTELEM *data); void ff_fdct_mmx(DCTELEM *block); +void ff_fdct_mmx2(DCTELEM *block); /* encoding scans */ extern const uint8_t ff_alternate_horizontal_scan[64]; |