diff dsputil.h @ 1565:1a9a63f59849 libavcodec

minor mmx2 optimization if the dct
author michael
date Thu, 23 Oct 2003 13:22:20 +0000
parents 8ffd0c00e6df
children e08df4d22d27
line wrap: on
line diff
--- a/dsputil.h	Thu Oct 23 12:59:21 2003 +0000
+++ b/dsputil.h	Thu Oct 23 13:22:20 2003 +0000
@@ -41,6 +41,7 @@
 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];