RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
- WIP. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Duguid Sent: 30 January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance Mike, do you have an example of this? My current test shows

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
be something to do with the application of the filter Scuse the dodgy code - WIP. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Duguid Sent: 30 January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Cédric Muller
Sent: 30 January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance Mike, do you have an example of this? My current test shows the opposite - that convolution is proving more cpu intensive than blurfilter? Mike Mountain [EMAIL PROTECTED] wrote

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Cédric Muller
January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance Mike, do you have an example of this? My current test shows the opposite - that convolution is proving more cpu intensive than blurfilter? Mike Mountain [EMAIL PROTECTED] wrote: In my tests

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
January 2006 09:43 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance ??? blurFilter=very smooth convultionFilter=shaky and unstable ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
of the filter Scuse the dodgy code - WIP. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Duguid Sent: 30 January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance Mike, do you have

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Cédric Muller
- WIP. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Duguid Sent: 30 January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance Mike, do you have an example of this? My current test shows

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Cédric Muller
] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Duguid Sent: 30 January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance Mike, do you have an example of this? My current test shows the opposite - that convolution is proving more cpu intensive than

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
PROTECTED] On Behalf Of Mike Duguid Sent: 30 January 2006 22:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance Mike, do you have an example of this? My current test shows the opposite - that convolution is proving more cpu intensive than blurfilter

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
in IE convo is still faster - not got firefox at work so can't test. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of franto Sent: 31 January 2006 10:35 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance in your

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Ian Thomas
I definitely get better performance out of Convo rather than Blur in both Firefox and IE on Win XP. Cheers, Ian On 1/31/06, franto [EMAIL PROTECTED] wrote: in your performance test in Firefox, all seems same for me, little bit blur has slower but CPU usage on blur: 38-40 % on convo: 34 -

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Duguid
= better on PC Blur = better on mac Oh joy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cédric Muller Sent: 31 January 2006 09:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance I am using Flash

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
I notice between lines 29 33 of your convolution version you have pushed a blurFilter into the filterArray It's blurring the individual item - the second time around blurs the entire canvas. This still means Blur + blur = slow on Pc/ fast on mac blur + convo slow on mac/fast on PC - if

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Cédric Muller
I am still puzzled about that thing ... (unbalanced results on PC vs MAC) ... I notice between lines 29 33 of your convolution version you have pushed a blurFilter into the filterArray It's blurring the individual item - the second time around blurs the entire canvas. This still means

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
nice example :)) maybe let the result textfield editable, to be able past results ;) blur: 12740 convo3x3 : 9092 convo5x5: 36517 uff no filter: 5634 it's very interesting topic, i will post in on my blog to have more results... can I? On 1/31/06, Mike Duguid [EMAIL PROTECTED] wrote: I've

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
In that test the convolution filter came out marginally faster than no filters at all! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Duguid Sent: 31 January 2006 13:05 To: Flashcoders mailing list Subject: Re: [Flashcoders

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
Duguid Sent: 31 January 2006 13:05 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance I've stuck another example here: http://www.flashcool.com/blur.html On the pc, as Mike said, convolution is faster, but if you need more than a subtle blur may not be what's

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
:05 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance I've stuck another example here: http://www.flashcool.com/blur.html On the pc, as Mike said, convolution is faster, but if you need more than a subtle blur may not be what's required

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Duguid Sent: 31 January 2006 13:05 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance I've stuck another example here: http://www.flashcool.com/blur.html On the pc, as Mike said, convolution

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
Yes - on my PC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of franto Sent: 31 January 2006 13:21 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance but not on PC :)) On 1/31/06, Mike Mountain [EMAIL

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Duguid
just applied directly to mc. whoops there was a bug in there too, I've added the fla to the page if anybody wants to muck about with it Are these just the filters applied to a stright MC? It'd be interesting to see the same thing done double buffered - with the filters being applied to the

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
: [Flashcoders] ConvolutionFilter performance but not on PC :)) On 1/31/06, Mike Mountain [EMAIL PROTECTED] wrote: In that test the convolution filter came out marginally faster than no filters at all! ___ Flashcoders mailing list

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Mountain
so, please wrote the times, its really strange Blur: 5622 Conv 3x3: 5625 Conv 5x5: 14453 None: 5640 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread franto
, Mike Mountain [EMAIL PROTECTED] wrote: Yes - on my PC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of franto Sent: 31 January 2006 13:21 To: Flashcoders mailing list Subject: Re: [Flashcoders] ConvolutionFilter performance

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Cédric Muller
ok, thanks Conclusion: convolution filters plainly DON'T WORK on macs ... (dualcore 2ghz!) I've stuck another example here: http://www.flashcool.com/blur.html On the pc, as Mike said, convolution is faster, but if you need more than a subtle blur may not be what's required. On 1/30/06,

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Cédric Muller
blur filter time : 7295 convolution 3x3 (not very blurry though) : 31391 convolution 5x5 (more blurry but still not very) : 56559 no filter : 7265 Mac OS 10.4.4 DualCore G5 2x2Ghz :-)) so shitty I have now have to go for a sleep ... or book a room in a sanatorium oh oh you want a scoop ?

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Ian Thomas
Hrm. I get: blur filter time : 11032 convolution 3x3: 10144 convolution 5x5: 37781 no filter : 7510 Win XP, 3GHz, 512MB RAM I wonder if it's a graphics card/hardware acceleration thing. (I have a rubbish graphics card.) Ian On 1/31/06, Mike Mountain [EMAIL PROTECTED] wrote: so, please

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread chris
14:48 Aan: Flashcoders mailing list Onderwerp: Re: [Flashcoders] ConvolutionFilter performance Hrm. I get: blur filter time : 11032 convolution 3x3: 10144 convolution 5x5: 37781 no filter : 7510 Win XP, 3GHz, 512MB RAM I wonder if it's a graphics card/hardware acceleration thing. (I have

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Kalle Thyselius, inlovewith
), 512MB RAM - intel 915 GAV motherboard w/built in crap vga -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Ian Thomas Verzonden: dinsdag 31 januari 2006 14:48 Aan: Flashcoders mailing list Onderwerp: Re: [Flashcoders] ConvolutionFilter performance

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread David Rorex
: [Flashcoders] ConvolutionFilter performance Hrm. I get: blur filter time : 11032 convolution 3x3: 10144 convolution 5x5: 37781 no filter : 7510 Win XP, 3GHz, 512MB RAM I wonder if it's a graphics card/hardware acceleration thing. (I have a rubbish graphics card.) Ian On 1/31

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Weyert de Boer
Mike Mountain wrote: In my tests convolution filter was much faster than a blurfilter. But it's an easy one to swap oout and test for yourself... Of course you could use the ConvolutionFilter on the pc, and BlurFilter on the mac by using: System.capabilities.os ;=) Anyway on my computer the

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread elibol
In both IE and Firefox the convultion filter is much quicker. I had a strange experience with this, in the Flash IDE test that I made, the blurFilter was VERY slow, however, when I hold on to the window, the filter begins processing quicker. When I right click on the window, the same happens.

RE: [Flashcoders] ConvolutionFilter performance

2006-01-30 Thread Mike Mountain
In my tests convolution filter was much faster than a blurfilter. But it's an easy one to swap oout and test for yourself... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 30 January 2006 10:03 To: Flashcoders mailing list

Re: [Flashcoders] ConvolutionFilter performance

2006-01-30 Thread Mike Duguid
Mike, do you have an example of this? My current test shows the opposite - that convolution is proving more cpu intensive than blurfilter? Mike Mountain [EMAIL PROTECTED] wrote: In my tests convolution filter was much faster than a blurfilter. But it's an easy one to swap oout and test for