Displaying 2 results from an estimated 2 matches for "72e8c009".
2007 Sep 08
0
Re: multiple core support
...; _______________________________________________
> Flac-dev mailing list
> Flac-dev@xiph.org
> http://lists.xiph.org/mailman/listinfo/flac-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20070908/72e8c009/attachment.htm
2007 Sep 07
3
Re: multiple core support
Ralph,
The problem is that there is no clear advantage, at least in terms of
multiple cores, to the approach you're asking about. In order to
allow each stage of the codec to overlap, you need smart buffering
between each stage. That adds code and complexity which isn't there
currently. So you end up making the system do more work in the hopes
that there will be some overlap.