RD Curve Data Format: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (linkify tools directory in Daala's GitHub) |
||
Line 6: | Line 6: | ||
The units for all the metric results are in '''dB'''.<br /> | The units for all the metric results are in '''dB'''.<br /> | ||
See the tools directory in the Daala source code for how they are calculated. | See the '''[https://github.com/xiph/daala/tree/master/tools tools directory in the Daala source code]]''' for how they are calculated. | ||
[[Category: Daala]] | [[Category: Daala]] |
Revision as of 03:49, 15 November 2016
RD curves produced by rd_collect.sh and AreWeCompressedYet are text files with one data point per line, separated by spaces.
The file headers are:
<-v quantizer value> <number of pixels per clip> <file size in bytes> <PSNR> <PSNR-HVS> <SSim> <FastSSim>
The units for all the metric results are in dB.
See the tools directory in the Daala source code] for how they are calculated.