[FFmpeg-devel] [PATCH 01/15] vp9/x86: save one register in loopfilter surface coverage.

2014-12-27 Thread Ronald S. Bultje
--- libavcodec/x86/vp9lpf.asm | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm index 416f08f..e0f7386 100644 --- a/libavcodec/x86/vp9lpf.asm +++ b/libavcodec/x86/vp9lpf.asm

Re: [FFmpeg-devel] [PATCH 01/15] vp9/x86: save one register in loopfilter surface coverage.

2014-12-27 Thread Clément Bœsch
On Sat, Dec 27, 2014 at 11:02:36AM -0500, Ronald S. Bultje wrote: --- libavcodec/x86/vp9lpf.asm | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm index

Re: [FFmpeg-devel] [PATCH 01/15] vp9/x86: save one register in loopfilter surface coverage.

2014-12-27 Thread Hendrik Leppkes
On Sat, Dec 27, 2014 at 5:24 PM, Clément Bœsch u...@pkh.me wrote: On Sat, Dec 27, 2014 at 11:02:36AM -0500, Ronald S. Bultje wrote: --- libavcodec/x86/vp9lpf.asm | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git