]> granicus.if.org Git - libvpx/commit
vp9-rtc: Fix color artifacts for speed >= 8
authorMarco Paniconi <marpan@google.com>
Mon, 1 Jul 2019 04:16:40 +0000 (21:16 -0700)
committerMarco Paniconi <marpan@google.com>
Mon, 1 Jul 2019 16:52:16 +0000 (09:52 -0700)
commitc33c7ca85fa7b28658f3b086d579a7fbbcf41dea
tree02a02d2178eaea664fc3c5a0afe7711af63ee973
parentee097c75ce15cbcf6603e1a47a7da36ce16185ce
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
vp9/encoder/vp9_pickmode.c