Remove vp9_temporal_denoising from experimental list.
authorMarco <marpan@google.com>
Thu, 13 Nov 2014 01:34:54 +0000 (17:34 -0800)
committerMarco <marpan@google.com>
Thu, 13 Nov 2014 01:39:35 +0000 (17:39 -0800)
Change-Id: I7a941c0efbb5912aa97348da6fd1aba28df4482a

configure

index fb45d7c..b374fa0 100755 (executable)
--- a/configure
+++ b/configure
@@ -56,6 +56,8 @@ Advanced options:
   ${toggle_postproc_visualizer}   macro block / block level visualizers
   ${toggle_multi_res_encoding}    enable multiple-resolution encoding
   ${toggle_temporal_denoising}    enable temporal denoising and disable the spatial denoiser
+  ${toggle_vp9_temporal_denoising}
+                                  enable vp9 temporal denoising
   ${toggle_webm_io}               enable input from and output to WebM container
   ${toggle_libyuv}                enable libyuv
 
@@ -279,7 +281,6 @@ HAVE_LIST="
 "
 EXPERIMENT_LIST="
     spatial_svc
-    vp9_temporal_denoising
     fp_mb_stats
     emulate_hardware
 "
@@ -334,6 +335,7 @@ CONFIG_LIST="
     encode_perf_tests
     multi_res_encoding
     temporal_denoising
+    vp9_temporal_denoising
     coefficient_range_checking
     vp9_highbitdepth
     experimental
@@ -393,6 +395,7 @@ CMDLINE_SELECT="
     encode_perf_tests
     multi_res_encoding
     temporal_denoising
+    vp9_temporal_denoising
     coefficient_range_checking
     vp9_highbitdepth
     experimental