On Mon, 6 May 2002, Zdenek Kabelac wrote:

> > Do you mean to do all filter process separetely for few lines (or more 
> > lines) ?
> > I mean anything like this ?
> > 
> > for(in_all_lines/16){ //for exapmle working on sets of 16 lines
> >     get_lines(16);
> >     decompress();
> >     scale();
> >     rgb2yuv();
> >     rotate();
> >     blur();
> >     compress();
> >     put_processed_lines();
> >     }
> 
> Yes exactly - expect it should be more general and basicaly the
> filter should be select itself how many lines it will need for
> it's proper work - it should work as well for just pure image
> viewing program
> 
> > if you select optimal line count, all operations will be under L1 (L2) 
> 
> Well L1 cache is quite small and video becomes quite huge these days.
> But L2 should be fully utilitized
> 
> I've even started to program these few weeks ago - but from that
> day I'm just fixing bugs and adding some simple feature - when there
> will be more time I'll put more lines into libmmxnow library
> 

nice. Can i download this or is it part of aviplay code ?
It is very nice idea and i would like look for it.
 
        MOJE

-- 
Tomas Konir
Brno
ICQ 25849167



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to