Fix #1452: use "true" original for HDR metrics
Merge request reports
Activity
If I recall correctly, the difference occurs due to single precision being used in HDRTools (standalone) and double precision (inside VTM).
Minor differences in performance can be observed between the Anchor measurements and the new VTM integrated measurements. These relate to the distortion introduced by the conversion to the half float EXR representation that is utilized by the Anchor data, which is avoided by the new method. In a sense, the new method is also more accurate.
From JVET-O0756
Edited by Dominik Mehlem@dmehlem Thanks for pointing that out. However, the discrepancy being addressed here is much larger than a rounding error.
mentioned in commit 88ec22ab
Please register or sign in to reply