diff i386/dsputil_mmx.c @ 3213:57d31bdbebe8 libavcodec

added mmx implementation of h264_chroma_mc2
author lorenm
date Wed, 22 Mar 2006 22:05:00 +0000
parents b77b5e7072d6
children 06f98047ff26
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Wed Mar 22 12:41:02 2006 +0000
+++ b/i386/dsputil_mmx.c	Wed Mar 22 22:05:00 2006 +0000
@@ -2848,6 +2848,8 @@
 
             c->avg_h264_chroma_pixels_tab[0]= avg_h264_chroma_mc8_mmx2;
             c->avg_h264_chroma_pixels_tab[1]= avg_h264_chroma_mc4_mmx2;
+            c->avg_h264_chroma_pixels_tab[2]= avg_h264_chroma_mc2_mmx2;
+            c->put_h264_chroma_pixels_tab[2]= put_h264_chroma_mc2_mmx2;
             c->h264_v_loop_filter_luma= h264_v_loop_filter_luma_mmx2;
             c->h264_h_loop_filter_luma= h264_h_loop_filter_luma_mmx2;
             c->h264_v_loop_filter_chroma= h264_v_loop_filter_chroma_mmx2;