update vpxt_compress_scalable_patterns to vp8_scalable_patterns.c

update vpxt_compress_scalable_patterns to reflect current
state of vp8_scalable_patterns.c

Change-Id: Id74c452d4a63f689287b7df05cf86d19117f4f02
diff --git a/MasterFile/src/util/utilities.cpp b/MasterFile/src/util/utilities.cpp
index 784622f..a29be14 100755
--- a/MasterFile/src/util/utilities.cpp
+++ b/MasterFile/src/util/utilities.cpp
@@ -13761,7 +13761,6 @@
     // Cap CPU & first I-frame size
     vpx_codec_control (&codec_enc, VP8E_SET_CPUUSED,                -6);
     vpx_codec_control (&codec_enc, VP8E_SET_STATIC_THRESHOLD,      800);
-    vpx_codec_control (&codec_enc, VP8E_SET_NOISE_SENSITIVITY,       2);
 
     max_intra_size_pct = (int) (((double)cfg.rc_buf_optimal_sz * 0.5)
                          * ((double) cfg.g_timebase.den / cfg.g_timebase.num)