Roll src/third_party/libvpx/source/libvpx/ b8642738c..6c62530c6 (11 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/b8642738c985..6c62530c666f

$ git log b8642738c..6c62530c6 --date=short --no-merges --format='%ad %ae %s'
2018-07-30 marpan vp9: Add flatness metric to cyclic refresh setup.
2018-08-15 jianj svc: Force the quantizer to be same as that in encoder config.
2018-08-13 jianj vp9: fix memory alloc for adaptive_rd_thresh_row_mt.
2018-08-13 jingning Add vpxenc control to turn on/off tpl model
2018-07-06 jimbankoski Make Sharpness parameter affect visual sharpness
2018-08-13 jingning Fix potential encoder failure case in tpl model
2018-08-13 jianj vp9: Remove good mode and speed 0-4 from some datarate tests.
2018-08-12 marpan vp9-svc: Fixes for cyclic refresh for SVC.
2018-08-13 marpan vp9: Small refactor on overshoot detection, for cbr real-time.
2018-08-12 marpan vp9-svc: Unittest for screen mode with quality layers
2018-08-09 jianj vp9: don't release buffer for current frame.

Created with:
  roll-dep src/third_party/libvpx/source/libvpx
[email protected]

Change-Id: I6f9a1f650dd513558587e0886a8b1788ee6cfea8
Reviewed-on: https://chromium-review.googlesource.com/1178309
Reviewed-by: Johann Koenig <[email protected]>
Commit-Queue: Jerome Jiang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#583776}
diff --git a/DEPS b/DEPS
index 40e14f4..3a0d73f7 100644
--- a/DEPS
+++ b/DEPS
@@ -826,7 +826,7 @@
   },
 
   'src/third_party/libvpx/source/libvpx':
-    Var('chromium_git') + '/webm/libvpx.git' + '@' +  'b8642738c9851232c9bb1e1a22474953d3d367cf',
+    Var('chromium_git') + '/webm/libvpx.git' + '@' +  '6c62530c666fc0bcf4385a35a7c49e44c9f38cf5',
 
   'src/third_party/libwebm/source':
     Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059',