[vlc-devel] [PATCH] display RV32/RGBA instead of RV16
XilasZ
xilasz at gmail.com
Thu May 19 00:08:15 CEST 2011
Yes, i forgot to mention it's for the android branch only :p
It can kill perf even when resize is not needed, but it's true resize
quality is better with it (tested with Mr_MrsSmith trailer).
So choice i have :
- RV16 and lot's of ugly color loss, good perf
- RV32 good colors, some resize aliasing, good perf
- RV32 good colors, with better resize quality, but crappy perf
I vote for the second one. Unless a better solution is found of course.
On Wed, May 18, 2011 at 11:50 PM, Laurent Aimar <fenrir at elivagar.org> wrote:
> On Wed, May 18, 2011 at 11:31:00PM +0200, XilasZ wrote:
> > Just display RV32/RGBA instead of RV16.
> >
> > I removed SWS_ACCURATE_RND flag in swscale because it's a lot slower with
> it,
> > even when no scaling is needed. and it wasn't set anyway in RV16.
> The removal of SWS_ACCURATE_RND should really be double checked for
> quality
> issues (and if possible, taking into account MMX/MMX2/SSSE3/...).
> It has been added because people reported quality issues on the forum I
> think
> (and it was effectly present).
>
> --
> fenrir
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20110519/e12ac772/attachment.html>
More information about the vlc-devel
mailing list