Hi Jarle,
we do support IPP libjpeg sample, although we did not update for libjpeg7. The reason is simple, update takes time and introduce incompatibility with libjpeg6b, so we kind of watching on what adoption the new version of libjpeg library will have before breaking compatbility with libjpeg6b version.
We consider libjpeg as an important part of imaging ecosystem, IJG teamdid an excellent work on it,but we also realized that in order to obtain the maximum of jpeg performance we have to rearchitecture the codec. That is why we developed Intel Unified Image Codec API. The UIC framework is also supported and developed. For example, in IPP 6.1 we added PNG support to UIC (thisdone through libpng library which was boosted with ipp_zlib library) and consider possibility to add new codecs in the next version of IPP.
Note, UIC JPEG is threaded, so you may get an additional performance benefits running it on multi core system.
Regards,
Vladimir