diff h264pred.c @ 11951:afee30fe8c26 libavcodec

16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
author darkshikari
date Fri, 25 Jun 2010 18:25:49 +0000
parents b3b2fd53617b
children 1cffcc7b1470
line wrap: on
line diff
--- a/h264pred.c	Fri Jun 25 18:14:07 2010 +0000
+++ b/h264pred.c	Fri Jun 25 18:25:49 2010 +0000
@@ -1299,4 +1299,5 @@
     h->pred16x16_add[ HOR_PRED8x8]= pred16x16_horizontal_add_c;
 
     if (ARCH_ARM) ff_h264_pred_init_arm(h, codec_id);
+    if (ARCH_X86) ff_h264_pred_init_x86(h, codec_id);
 }