Re: [libav-devel] [PATCH 05/10] SBR DSP x86: implement SSE qmf_deint_neg

2012-12-07 Thread Justin Ruggles
On 12/07/2012 12:01 PM, Christophe Gisquet wrote: > 2012/12/7 Justin Ruggles : >>> +cglobal sbr_qmf_deint_neg, 2,3,4,v,src,vrev >> >> needs INIT_XMM sse > > Is one needed for each cglobal? Because there's already one prior to > that function, and no other one. Not technically, but it makes mainta

Re: [libav-devel] [PATCH 05/10] SBR DSP x86: implement SSE qmf_deint_neg

2012-12-07 Thread Christophe Gisquet
2012/12/7 Justin Ruggles : >> +cglobal sbr_qmf_deint_neg, 2,3,4,v,src,vrev > > needs INIT_XMM sse Is one needed for each cglobal? Because there's already one prior to that function, and no other one. > I don't quite get the use of m2 here. It looks unnecessary. Indeed, but this patch is kind of

Re: [libav-devel] [PATCH 05/10] SBR DSP x86: implement SSE qmf_deint_neg

2012-12-07 Thread Justin Ruggles
On 12/01/2012 06:18 AM, Christophe Gisquet wrote: > Corrected 2 vs 4-spaces tabs and base4 constants. > > > 0005-SBR-DSP-x86-implement-SSE-qmf_deint_neg.patch > > > From 50f9cc2718ac7a290f46f3e34a8cf747d107330b Mon Sep 17 00:00:00 2001 > From: Christophe Gisquet > Date: Mon, 26 Nov 2012 22:26:

Re: [libav-devel] [PATCH 05/10] SBR DSP x86: implement SSE qmf_deint_neg

2012-12-06 Thread Christophe Gisquet
2012/12/1 Christophe Gisquet : > Corrected 2 vs 4-spaces tabs and base4 constants. Ping -- Christophe ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 05/10] SBR DSP x86: implement SSE qmf_deint_neg

2012-12-01 Thread Christophe Gisquet
Corrected 2 vs 4-spaces tabs and base4 constants. 0005-SBR-DSP-x86-implement-SSE-qmf_deint_neg.patch Description: Binary data ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 05/10] SBR DSP x86: implement SSE qmf_deint_neg

2012-11-30 Thread Christophe Gisquet
No vector tests it. --- libavcodec/x86/sbrdsp.asm| 19 +++ libavcodec/x86/sbrdsp_init.c |2 ++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/libavcodec/x86/sbrdsp.asm b/libavcodec/x86/sbrdsp.asm index b9f0709..aff6879 100644 --- a/libavcodec/x86/sbrdsp.a