diff dsputil.h @ 8232:520a6e56b8c0 libavcodec

RV40 MC functions
author kostya
date Mon, 01 Dec 2008 06:36:22 +0000
parents 0d108ec85620
children ababfa151ced
line wrap: on
line diff
--- a/dsputil.h	Sun Nov 30 23:51:02 2008 +0000
+++ b/dsputil.h	Mon Dec 01 06:36:22 2008 +0000
@@ -484,6 +484,12 @@
      * @param shift number of bits to discard from product
      */
     int32_t (*scalarproduct_int16)(int16_t *v1, int16_t *v2/*align 16*/, int len, int shift);
+
+    /* rv40 functions */
+    qpel_mc_func put_rv40_qpel_pixels_tab[4][16];
+    qpel_mc_func avg_rv40_qpel_pixels_tab[4][16];
+    h264_chroma_mc_func put_rv40_chroma_pixels_tab[3];
+    h264_chroma_mc_func avg_rv40_chroma_pixels_tab[3];
 } DSPContext;
 
 void dsputil_static_init(void);