]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jfdctfst.c
avoid name clash - fixed again block size selection
[ffmpeg] / libavcodec / jfdctfst.c
index cdc3b47f99103e4126bfc28827d5eef30892e282..4e3b55bb51e6e33342e72f9a768e7de58a38106d 100644 (file)
  */
 
 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