Re: [FFmpeg-devel] [PATCH 1/2] x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low

2015-10-11 Thread James Almer
On 10/11/2015 1:28 PM, Paul B Mahol wrote: > On 10/11/15, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavfilter/x86/vf_w3fdif.asm | 8 >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/libavfilter/x86/vf_w3fdif.asm b/libavfilter/x86/vf_w3fdif.asm >>

Re: [FFmpeg-devel] [PATCH 1/2] x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low

2015-10-11 Thread Paul B Mahol
On 10/11/15, James Almer wrote: > Signed-off-by: James Almer > --- > libavfilter/x86/vf_w3fdif.asm | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavfilter/x86/vf_w3fdif.asm b/libavfilter/x86/vf_w3fdif.asm > index 988b847..f02319b 100644 > --- a/libavfilter/x8

[FFmpeg-devel] [PATCH 1/2] x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low

2015-10-10 Thread James Almer
Signed-off-by: James Almer --- libavfilter/x86/vf_w3fdif.asm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/x86/vf_w3fdif.asm b/libavfilter/x86/vf_w3fdif.asm index 988b847..f02319b 100644 --- a/libavfilter/x86/vf_w3fdif.asm +++ b/libavfilter/x86/vf_w3fdif.