vp9: Non-rd mode: use simple block_yrd for 8 bit high bitdepth builds
authorMarco <marpan@google.com>
Tue, 7 Feb 2017 19:46:36 +0000 (11:46 -0800)
committerMarco <marpan@google.com>
Fri, 10 Feb 2017 18:15:35 +0000 (10:15 -0800)
commit22dcfa80aa1ad33951b9fb0171e023c2a209d57d
tree97c0aa3d4a106abed511496d57ac2ed7a79b69ed
parentc3f095c8b3c6eac510e892a7624162da1a655593
vp9: Non-rd mode: use simple block_yrd for 8 bit high bitdepth builds

Temporary fix until optimization work for block_yrd is completed.
This essentially reverts back to the state before the change:
https://chromium-review.googlesource.com/c/433821/

Compression loss is about ~5-6% on RTC set.
Speed-up (from using this simple/model-based block_yrd) over the low
bitdepth builds (which uses more complex block_yrd) is ~5% on 720p.

Change-Id: Ie0af9eb0d111e5595f587870c44f08317403b8d8
vp9/encoder/vp9_pickmode.c