Remove usage of INIT_AVX in h264_intrapred_10bit.asm.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 29 Oct 2012 01:39:22 +0000 (18:39 -0700)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 29 Oct 2012 21:10:51 +0000 (14:10 -0700)
commitc285edd06ea64a24c610c10c06975975cec0d50f
tree89e7884340aaa292126af915a67fca47c0ee146e
parentede4cedf47f4f0ad26d61d28aa0ae2917c0c833e
Remove usage of INIT_AVX in h264_intrapred_10bit.asm.

Replace INIT_AVX by INIT_XMM avx. Port the whole file to use cpuflag
based function declarations. Remove (now unused) cputype argument in
function declaration macros. Change function prototypes to have mmx2
instead of mmxext as suffix, since that's required by cpuflags.
libavcodec/x86/h264_intrapred_10bit.asm
libavcodec/x86/h264_intrapred_init.c