Re: [libav-devel] [PATCH] vp3: port x86 SIMD to cpuflags.

2012-07-27 Thread Diego Biurrun
On Thu, Jul 26, 2012 at 10:14:39PM -0700, Ronald S. Bultje wrote: --- a/libavcodec/x86/vp3dsp.asm +++ b/libavcodec/x86/vp3dsp.asm @@ -521,9 +521,17 @@ cglobal vp3_h_loop_filter_mmx2, 3, 4 -%macro vp3_idct_funcs 1 -cglobal vp3_idct_put_%1, 3, 4, 9 -VP3_IDCT_%1 r2 +%macro VP3_IDCT

[libav-devel] [PATCH] vp3: port x86 SIMD to cpuflags.

2012-07-27 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/vp3dsp.asm | 94 ++--- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/libavcodec/x86/vp3dsp.asm b/libavcodec/x86/vp3dsp.asm index af2f60c..5877520 100644 ---

Re: [libav-devel] [PATCH] vp3: port x86 SIMD to cpuflags.

2012-07-27 Thread Diego Biurrun
On Fri, Jul 27, 2012 at 03:17:45PM -0700, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/vp3dsp.asm | 94 ++--- 1 file changed, 47 insertions(+), 47 deletions(-) LGTM Diego

[libav-devel] [PATCH] vp3: port x86 SIMD to cpuflags.

2012-07-26 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/vp3dsp.asm | 36 ++-- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/libavcodec/x86/vp3dsp.asm b/libavcodec/x86/vp3dsp.asm index af2f60c..98b1cb5 100644 --- a/libavcodec/x86/vp3dsp.asm