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

Unified Diff: third_party/libvpx/source/config/nacl/vpx_config.asm

Issue 2372623003: Enable vp9 high bit depth for nacl and generic (Closed)
Patch Set: Created 4 years, 3 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
Index: third_party/libvpx/source/config/nacl/vpx_config.asm
diff --git a/third_party/libvpx/source/config/nacl/vpx_config.asm b/third_party/libvpx/source/config/nacl/vpx_config.asm
index cb8d679855ec86c2f3f7ef60f85df1d87329066c..827b4a76013f1059ffcb4151db7958c663436bdf 100644
--- a/third_party/libvpx/source/config/nacl/vpx_config.asm
+++ b/third_party/libvpx/source/config/nacl/vpx_config.asm
@@ -72,7 +72,7 @@
.equ CONFIG_TEMPORAL_DENOISING , 1
.equ CONFIG_VP9_TEMPORAL_DENOISING , 1
.equ CONFIG_COEFFICIENT_RANGE_CHECKING , 0
-.equ CONFIG_VP9_HIGHBITDEPTH , 0
+.equ CONFIG_VP9_HIGHBITDEPTH , 1
.equ CONFIG_BETTER_HW_COMPATIBILITY , 0
.equ CONFIG_EXPERIMENTAL , 0
.equ CONFIG_SIZE_LIMIT , 1
« no previous file with comments | « third_party/libvpx/source/config/nacl/vpx_config.h ('k') | third_party/libvpx/source/config/nacl/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698