diff dsputil.h @ 1571:aa4dc16c0f18 libavcodec

* adding integer/floating point AAN implementations for DCT 2-4-8
author romansh
date Sat, 25 Oct 2003 00:32:54 +0000
parents e08df4d22d27
children 3a633a3feef6
line wrap: on
line diff
--- a/dsputil.h	Fri Oct 24 21:57:04 2003 +0000
+++ b/dsputil.h	Sat Oct 25 00:32:54 2003 +0000
@@ -36,6 +36,7 @@
 typedef short DCTELEM;
 
 void fdct_ifast (DCTELEM *data);
+void fdct_ifast248 (DCTELEM *data);
 void ff_jpeg_fdct_islow (DCTELEM *data);
 void ff_fdct248_islow (DCTELEM *data);