> 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

-- 
  .''`.  Which fundamental human right do you want to give up today?
 : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
   `-              When in doubt, just blame the Euro. :)

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

Reply via email to