aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2020-10-28 11:31:10 -0700
committerCommit Bot <commit-bot@chromium.org>2020-10-28 20:41:59 +0000
commitcec28e70882ce6fb302f5a04137e919e779ee291 (patch)
tree8402e14c729ee479bc982d7e32c50d6d1d59a829 /BUILD.gn
parent5c4dc242f41861f6b0764860e6492200023a89c4 (diff)
downloadlibyuv-cec28e70882ce6fb302f5a04137e919e779ee291.tar.gz
PlaneScale, UVScale and ARGBScale test 3x and 4x down sample.
Intel SkylakeX UVTest3x (1925 ms) UVTest4x (2915 ms) PlaneTest3x (2040 ms) PlaneTest4x (4292 ms) ARGBTest3x (2079 ms) ARGBTest4x (1854 ms) Pixel 2 ARGBTest3x (3602 ms) ARGBTest4x (4064 ms) PlaneTest3x (3331 ms) PlaneTest4x (8977 ms) UVTest3x (3473 ms) UVTest4x (6970 ms) Bug: b/171798872, b/171884264 Change-Id: Iebc70fed907857b6cb71a9baf2aba9861ef1e3f7 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2505601 Reviewed-by: richard winterton <rrwinterton@gmail.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index da103a4a..d733e71d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -376,7 +376,9 @@ if (libyuv_include_tests) {
# sources
"util/i444tonv12_eg.cc",
]
- deps = [ ":libyuv" ]
+ deps = [
+ ":libyuv",
+ ]
}
executable("cpuid") {