diff dsputil.h @ 1765:e31754bc5b65 libavcodec

SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
author michael
date Thu, 29 Jan 2004 01:15:25 +0000
parents 07a484280a82
children 65f7bd09f37b
line wrap: on
line diff
--- a/dsputil.h	Wed Jan 28 00:36:58 2004 +0000
+++ b/dsputil.h	Thu Jan 29 01:15:25 2004 +0000
@@ -45,6 +45,7 @@
 
 void ff_fdct_mmx(DCTELEM *block);
 void ff_fdct_mmx2(DCTELEM *block);
+void ff_fdct_sse2(DCTELEM *block);
 
 /* encoding scans */
 extern const uint8_t ff_alternate_horizontal_scan[64];