Move deinterleave of OpenJPEGImage to Image into the prepare(), meaning
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Nov 2018 01:32:06 +0000 (01:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Nov 2018 01:42:52 +0000 (01:42 +0000)
commit7f23456dce480a813f1d6ebb22cf6aa0d5214c49
tree1a68823bff672cae8b466c73a8e6576153b3e531
parenta5c1639bb3c8b880d2742eadf4c2fb3094ad60be
Move deinterleave of OpenJPEGImage to Image into the prepare(), meaning
that it can be multi-threaded.  This allows the bit shift for non-12bpp
JPEG2000 sources to be done at the same time as the deinterleave.
Should speed up DCP playback in some cases.
src/lib/j2k_image_proxy.cc
src/lib/j2k_image_proxy.h