summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/jfdctfst.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-10 14:51:26 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-06-10 14:51:26 +0000
commit00fc99dd031740dff7cf7741f3272e11cce30f72 (patch)
tree720947778b4f4f679af7764388febff444bba823 /src/libffmpeg/libavcodec/jfdctfst.c
parent852adc56c46c1dbe60cb6a0983bdb6bc3d224bd2 (diff)
downloadxine-lib-00fc99dd031740dff7cf7741f3272e11cce30f72.tar.gz
xine-lib-00fc99dd031740dff7cf7741f3272e11cce30f72.tar.bz2
sync to ffmpeg cvs, trying to keep differences to a mininum.
diff_to_ffmpeg_cvs.txt updated. tested only on x86, please report any problems, compilation errors, etc. alpha architecture added but makefiles were not updated. CVS patchset: 2058 CVS date: 2002/06/10 14:51:26
Diffstat (limited to 'src/libffmpeg/libavcodec/jfdctfst.c')
-rw-r--r--src/libffmpeg/libavcodec/jfdctfst.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/jfdctfst.c b/src/libffmpeg/libavcodec/jfdctfst.c
index cdc3b47f9..4e3b55bb5 100644
--- a/src/libffmpeg/libavcodec/jfdctfst.c
+++ b/src/libffmpeg/libavcodec/jfdctfst.c
@@ -113,7 +113,7 @@
*/
GLOBAL(void)
-jpeg_fdct_ifast (DCTELEM * data)
+fdct_ifast (DCTELEM * data)
{
DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
DCTELEM tmp10, tmp11, tmp12, tmp13;
@@ -222,3 +222,10 @@ jpeg_fdct_ifast (DCTELEM * data)
dataptr++; /* advance pointer to next column */
}
}
+
+
+#undef GLOBAL
+#undef CONST_BITS
+#undef DESCALE
+#undef FIX_0_541196100
+#undef FIX_1_306562965