summaryrefslogtreecommitdiffstats
path: root/libavcodec/faandct.h
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-10-25 00:32:54 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-10-25 00:32:54 +0000
commit48b1f80012102847fb961c8d3dfb846b5665681c (patch)
treef38f606cb0aa9f296051cd0487daed4f63e99231 /libavcodec/faandct.h
parentb292469633752def3d03341edd956ffd542b777e (diff)
downloadffmpeg-streaming-48b1f80012102847fb961c8d3dfb846b5665681c.zip
ffmpeg-streaming-48b1f80012102847fb961c8d3dfb846b5665681c.tar.gz
* adding integer/floating point AAN implementations for DCT 2-4-8
Originally committed as revision 2430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faandct.h')
-rw-r--r--libavcodec/faandct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h
index 4161585..c40f801 100644
--- a/libavcodec/faandct.h
+++ b/libavcodec/faandct.h
@@ -28,3 +28,4 @@
#define FAAN_POSTSCALE
void ff_faandct(DCTELEM * data);
+void ff_faandct248(DCTELEM * data);
OpenPOWER on IntegriCloud