Commit 26a7d8db83 for aom

commit 26a7d8db839d44d39fb523945ab59a2539a6332a
Author: Marco Paniconi <marpan@google.com>
Date:   Thu Dec 18 09:39:55 2025 -0800

    rtc: Adjust psnr to fix nightly rt test failures

    Adjust the psnr threshold in rt_end_to_end_test.cc
    to fix the nightly failures. This was caused by
    turning off the speed feature in:
    https://aomedia-review.googlesource.com/c/aom/+/205381

    This only affects speed 6 and that speed feature will be
    re-enabled if it is not the cause of the crash,
    but for now adjust the psnr thresholds for speed 6
    (and 7 in some cases to make it consistent).

    Change-Id: I3e2a426ab0d5f889e726074fd08deddf5af06ba7

diff --git a/test/rt_end_to_end_test.cc b/test/rt_end_to_end_test.cc
index 244f465e78..9459aae8a2 100644
--- a/test/rt_end_to_end_test.cc
+++ b/test/rt_end_to_end_test.cc
@@ -33,30 +33,30 @@ std::unordered_map<std::string,
                    std::unordered_map<int, std::unordered_map<int, double>>>
     kPsnrThreshold = { { "park_joy_90p_8_420.y4m",
                          { { 5, { { 0, 34.0 }, { 3, 35.0 } } },
-                           { 6, { { 0, 34.0 }, { 3, 35.0 } } },
+                           { 6, { { 0, 33.8 }, { 3, 34.8 } } },
                            { 7, { { 0, 33.0 }, { 3, 34.0 } } },
                            { 8, { { 0, 33.0 }, { 3, 34.0 } } },
                            { 9, { { 0, 33.0 }, { 3, 34.0 } } },
                            { 10, { { 0, 33.0 }, { 3, 34.0 } } } } },
                        { "paris_352_288_30.y4m",
                          { { 5, { { 0, 35.0 }, { 3, 35.0 } } },
-                           { 6, { { 0, 35.0 }, { 3, 35.0 } } },
+                           { 6, { { 0, 34.8 }, { 3, 34.8 } } },
                            { 7, { { 0, 34.0 }, { 3, 34.0 } } },
                            { 8, { { 0, 34.0 }, { 3, 35.0 } } },
                            { 9, { { 0, 34.0 }, { 3, 34.0 } } },
                            { 10, { { 0, 34.0 }, { 3, 34.0 } } } } },
                        { "niklas_1280_720_30.y4m",
                          { { 5, { { 0, 32.0 }, { 3, 32.0 } } },
-                           { 6, { { 0, 32.0 }, { 3, 32.0 } } },
+                           { 6, { { 0, 31.8 }, { 3, 31.8 } } },
                            { 7, { { 0, 31.0 }, { 3, 31.0 } } },
                            { 8, { { 0, 31.0 }, { 3, 31.0 } } },
                            { 9, { { 0, 31.0 }, { 3, 31.0 } } },
                            { 10, { { 0, 31.0 }, { 3, 31.0 } } } } },
                        { "hantro_collage_w352h288_nv12.yuv",
                          { { 5, { { 0, 32.0 }, { 3, 32.0 } } },
-                           { 6, { { 0, 32.0 }, { 3, 32.0 } } },
-                           { 7, { { 0, 32.0 }, { 3, 32.0 } } },
-                           { 8, { { 0, 32.0 }, { 3, 32.0 } } },
+                           { 6, { { 0, 31.8 }, { 3, 31.8 } } },
+                           { 7, { { 0, 31.8 }, { 3, 31.8 } } },
+                           { 8, { { 0, 31.8 }, { 3, 31.8 } } },
                            { 9, { { 0, 31.0 }, { 3, 31.0 } } },
                            { 10, { { 0, 31.0 }, { 3, 31.0 } } } } } };