Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1558)

Unified Diff: docs/environment_variables.md

Issue 2080663003: Disable ScaleFilterCols_SSSE3 which produces color shift (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | include/libyuv/scale_row.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/environment_variables.md
diff --git a/docs/environment_variables.md b/docs/environment_variables.md
index bc5e2f6fdb307b3451bc7fedf7e6f3bbaaa08fe4..5802599e9d3c6d7ed07fb1b705d5b300c9ad8c69 100644
--- a/docs/environment_variables.md
+++ b/docs/environment_variables.md
@@ -22,7 +22,7 @@ By default the cpu is detected and the most advanced form of SIMD is used. But
# Test Width/Height/Repeat
-The unittests default to a small image (32x18) to run fast. This can be set by environment variable to test a specific resolutions.
+The unittests default to a small image (128x72) to run fast. This can be set by environment variable to test a specific resolutions.
You can also repeat the test a specified number of iterations, allowing benchmarking and profiling.
set LIBYUV_WIDTH=1280
« no previous file with comments | « README.chromium ('k') | include/libyuv/scale_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698