]> source.dussan.org Git - tigervnc.git/commit
Allow parallel decoding of Tight JPEG rects
authorPierre Ossman <ossman@cendio.se>
Fri, 13 Nov 2015 10:16:33 +0000 (11:16 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 27 Nov 2015 10:11:03 +0000 (11:11 +0100)
commitbf431a6b980f80d74463afbc60a3de3ce95dd5b5
tree72788f8112335d5ac4471c38b5eac42e9d8565a7
parente6ad4456230799c1eac59010b5eaad83005fc0df
Allow parallel decoding of Tight JPEG rects

The cost is some more load on malloc(), but it should be small
compared to the gains of spreading the CPU heavy JPEG decoding
over multiple CPUs.
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h