diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-10-25 00:32:54 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-10-25 00:32:54 +0000 |
commit | 48b1f80012102847fb961c8d3dfb846b5665681c (patch) | |
tree | f38f606cb0aa9f296051cd0487daed4f63e99231 /libavcodec/dsputil.h | |
parent | b292469633752def3d03341edd956ffd542b777e (diff) | |
download | ffmpeg-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/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 f8711d2960..744182d628 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -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); |