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

Unified Diff: source/config/mac/ia32/vpx_config.asm

Issue 864883002: Enable the vp9 temporal denoiser (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 11 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 | « source/config/mac/ia32/vpx_config.h ('k') | source/config/mac/ia32/vpx_config.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/mac/ia32/vpx_config.asm
diff --git a/source/config/mac/ia32/vpx_config.asm b/source/config/mac/ia32/vpx_config.asm
index 6f0e62e9ad25f75fda7a65d22f54eddd0f724ac4..10d672847b1fd8bfa64b88e4d17f4d0f21c8b9cb 100644
--- a/source/config/mac/ia32/vpx_config.asm
+++ b/source/config/mac/ia32/vpx_config.asm
@@ -78,7 +78,7 @@
%define CONFIG_ENCODE_PERF_TESTS 0
%define CONFIG_MULTI_RES_ENCODING 1
%define CONFIG_TEMPORAL_DENOISING 1
-%define CONFIG_VP9_TEMPORAL_DENOISING 0
+%define CONFIG_VP9_TEMPORAL_DENOISING 1
%define CONFIG_COEFFICIENT_RANGE_CHECKING 0
%define CONFIG_VP9_HIGHBITDEPTH 0
%define CONFIG_EXPERIMENTAL 0
« no previous file with comments | « source/config/mac/ia32/vpx_config.h ('k') | source/config/mac/ia32/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698