# HG changeset patch # User gpoirier # Date 1182073115 0 # Node ID 5be6f723abb616c21b0a94202fa0f976f3d3ef44 # Parent c99fa49eaa80fa87bee942aee3a364bf967a185f re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, they work fine now diff -r c99fa49eaa80 -r 5be6f723abb6 ppc/h264_altivec.c --- a/ppc/h264_altivec.c Sun Jun 17 09:37:13 2007 +0000 +++ b/ppc/h264_altivec.c Sun Jun 17 09:38:35 2007 +0000 @@ -882,10 +882,8 @@ c->avg_h264_chroma_pixels_tab[0] = avg_h264_chroma_mc8_altivec; c->h264_idct_add = ff_h264_idct_add_altivec; c->h264_idct8_add = ff_h264_idct8_add_altivec; -#if 0 // some samples aren't decoded correctly while others are fine. What's wrong? c->h264_v_loop_filter_luma= h264_v_loop_filter_luma_altivec; c->h264_h_loop_filter_luma= h264_h_loop_filter_luma_altivec; -#endif #define dspfunc(PFX, IDX, NUM) \ c->PFX ## _pixels_tab[IDX][ 0] = PFX ## NUM ## _mc00_altivec; \