Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make jxl quality behave more like jpg quality
Summary: Experimentation has shown that for a particular quality setting Q, jxl compresses "harder", meaing the resulting file is much smaller, but also, the MS-SSIM score is much lower, making it difficult to compare behavior and switch between jpg and jxl. This diff "bumps" the effective jxl quality, so as make jxl generate files with a slightly higher score than jpg for quality settings between 80 and 95, while remaining smaller than jpg files. Note that this behavior is very data dependent and the observation made while using rgb8 images. There is no ambition that this adjustment is perfect, only to make behaviors much more coherent. Note that H.265 and H.264 generate even better MS-SSIM scores for this range. Without this change, jxl is just way out of the pack. Reviewed By: kiminoue7 Differential Revision: D51570593 fbshipit-source-id: 7a3b751101c22d796a0fd27d79b9748842278f0a
- Loading branch information