]> granicus.if.org Git - libvpx/commit
vp9: Adjust intra check for short_circuit_flat_blocks
authorMarco Paniconi <marpan@google.com>
Thu, 31 Jan 2019 18:29:55 +0000 (10:29 -0800)
committerMarco Paniconi <marpan@google.com>
Thu, 31 Jan 2019 19:46:29 +0000 (11:46 -0800)
commit02f35e7e57b520136484e9198f6370addbb1ace8
tree46db61743c8db72281f37259f5580396ba053569
parentcde3da57b9a18636026531694ca76671894d1dce
vp9: Adjust intra check for short_circuit_flat_blocks

For non-rd pickmode: include H and V intra mode check for
spatially flat blocks when the sf->short_circuit_flat_blocks
speed feature is set.
Small improvement on screen content tests.

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