We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129e374 commit 58cd569Copy full SHA for 58cd569
tests/fate/jpeg2000.mak
@@ -69,6 +69,8 @@ fate-jpeg2000dec-p1_02: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/jpe
69
FATE_JPEG2000DEC += fate-jpeg2000dec-p1_03
70
fate-jpeg2000dec-p1_03: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/jpeg2000/itu-iso/codestreams_profile1/p1_03.j2k
71
72
+# The MSE and Peak Error values are 16x those found in ISO/IEC 15444-4: the latter assume 12-bit samples while FFMPEG decodes
73
+# to 16-bit samples
74
FATE_JPEG2000DEC += fate-jpeg2000dec-p1_04
75
fate-jpeg2000dec-p1_04: CMD = mse_peak_error $(TARGET_SAMPLES)/jpeg2000/itu-iso/codestreams_profile1/p1_04.j2k \
76
$(TARGET_SAMPLES)/jpeg2000/itu-iso/codestreams_profile1/c1p1_04-0.j2c \
0 commit comments