diff dsputil.h @ 3536:545a15c19c91 libavcodec

sse & sse2 implementations of vorbis channel coupling. 9% faster vorbis (on a K8).
author lorenm
date Thu, 03 Aug 2006 03:18:47 +0000
parents 7dc8e4a12105
children 5ea82888103e
line wrap: on
line diff
--- a/dsputil.h	Thu Aug 03 02:18:07 2006 +0000
+++ b/dsputil.h	Thu Aug 03 03:18:47 2006 +0000
@@ -307,6 +307,8 @@
 
     void (*h261_loop_filter)(uint8_t *src, int stride);
 
+    void (*vorbis_inverse_coupling)(float *mag, float *ang, int blocksize);
+
     /* (I)DCT */
     void (*fdct)(DCTELEM *block/* align 16*/);
     void (*fdct248)(DCTELEM *block/* align 16*/);