summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/jfdctfst.c
diff options
context:
space:
mode:
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