commit | 03e755bbd3392e0b9627b007898d552ada0ca13d | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Tue Jul 21 17:36:18 2015 -0500 |
committer | DRC <information@libjpeg-turbo.org> | Mon Jul 27 03:44:20 2015 -0500 |
tree | 91f0f11e562ea2c7f49059cf8af298ddb9d25beb | |
parent | 74b9f609a26655ed31169545b7b41c712b5c380a [diff] |
Further improvements to partial image decoding When using context-based upsampling, use a dummy color conversion routine instead of a dummy row buffer. This improves performance (since the actual color conversion routine no longer has to be called), and it also fixes valgrind errors when decompressing to RGB565. Valgrind previously complained, because using the RGB565 color converter with the dummy row buffer was causing a table lookup with undefined indices.