diff faandct.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 bf452704100f
children ef2149182f1c
line wrap: on
line diff
--- a/faandct.h	Fri Oct 24 21:57:04 2003 +0000
+++ b/faandct.h	Sat Oct 25 00:32:54 2003 +0000
@@ -28,3 +28,4 @@
 #define FAAN_POSTSCALE
  
 void ff_faandct(DCTELEM * data);
+void ff_faandct248(DCTELEM * data);