diff dsputil.h @ 8233:ababfa151ced libavcodec

enable RV40 decoder
author kostya
date Mon, 01 Dec 2008 06:40:36 +0000
parents 520a6e56b8c0
children 800444234375
line wrap: on
line diff
--- a/dsputil.h	Mon Dec 01 06:36:22 2008 +0000
+++ b/dsputil.h	Mon Dec 01 06:40:36 2008 +0000
@@ -485,6 +485,10 @@
      */
     int32_t (*scalarproduct_int16)(int16_t *v1, int16_t *v2/*align 16*/, int len, int shift);
 
+    /* rv30 functions */
+    qpel_mc_func put_rv30_tpel_pixels_tab[4][16];
+    qpel_mc_func avg_rv30_tpel_pixels_tab[4][16];
+
     /* rv40 functions */
     qpel_mc_func put_rv40_qpel_pixels_tab[4][16];
     qpel_mc_func avg_rv40_qpel_pixels_tab[4][16];