commit | f8de12e2f7a3779bc5ca55fa739a9be7fe89e8ff | [log] [tgz] |
---|---|---|
author | Justin Green <greenjustin@google.com> | Mon Feb 13 15:52:35 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 13 15:52:35 2023 |
tree | 8bcd98eff5fad0f3f2fb7f430e7445ab6ed11244 | |
parent | 0704675f1c0688ff5aae4cbabffeafa4d3f75f3c [diff] |
media/gpu: Fix log likelihood frame validator The log likelihood frame validator was previously throwing an error when the log likelihood ratio was less than the tolerance, but it should actually throw an error when the ratio is greater than or equal to the tolerance. More information on this metric here: go/log-likelihood-artifact-detection Bug: b:262772938 Change-Id: I9ad262287864b9da635eb11b52bec06c0b4e7180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4245157 Commit-Queue: Justin Green <greenjustin@google.com> Reviewed-by: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1104495}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.