vp9-rtc: Fix color artifacts for speed >= 8
authorMarco Paniconi <marpan@google.com>
Mon, 1 Jul 2019 04:16:40 +0000 (21:16 -0700)
committerJohann Koenig <johannkoenig@google.com>
Mon, 1 Jul 2019 17:54:01 +0000 (17:54 +0000)
commit18acb6ab8eedb5f3f307d86484052b1193c7c0d2
treefbab3eff4360b7f179f1e9d81b2226e85ac220f2
parent30e7f9d856eb1cc6df895f6d9562493e04f6116d
vp9-rtc: Fix color artifacts for speed >= 8

Fix to avoid color artifacts observed for speed >= 8.
In model_rd_large in non_rd pickmode: always do the
transform skipping test for UV plane.

BUG=b/136198713

Change-Id: Idd91322fb898fe731846d8581b21010096f87680
(cherry picked from commit c33c7ca85fa7b28658f3b086d579a7fbbcf41dea)
vp9/encoder/vp9_pickmode.c