]> git.sesse.net Git - vlc/commit
Use I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for...
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 2 Apr 2007 20:58:14 +0000 (20:58 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 2 Apr 2007 20:58:14 +0000 (20:58 +0000)
commit602d3bac845de6eb84a091ce30979b6886836b52
tree010c8c52b9a73356a1e70a8ab154216447a61e95
parent1106a14087d306e0d1951fd57ab527332d086615
Use I420 image buffers instead of YUVA for mosaic bridge. Impact on CPU usage for test case (http://people.videolan.org/~dionoea/mosaic/ basically a 6x5 mosaic displayed locally) is 155% -> 85% if alpha == 255, 166% -> 110% if alpha == 128.
modules/stream_out/mosaic_bridge.c