vp9: Modify usage of force_skip under low temporal variance in non-rd pickmode.
authorMarco <marpan@google.com>
Fri, 13 Jan 2017 23:13:36 +0000 (15:13 -0800)
committerMarco <marpan@google.com>
Thu, 19 Jan 2017 19:21:15 +0000 (11:21 -0800)
commit0f9760ab6f2cfbf7802ae5de305b7b94da7a8f02
tree6397b98e835cabaf13f0adc961a796f6765b56d8
parentee5b29ae30d7f7f0b2d9fa7c6a611d840316981c
vp9: Modify usage of force_skip under low temporal variance in non-rd pickmode.

For short_circuit set to level 1, skip newmv for 64x64 blocks if the
low temporal variance flag is set. Also modify threshold for 64x64 split
in variance partitioning.

Overall speed-up on noisy clips of 2-4%.
Only affect speed >= 7.

Change-Id: I384b3772007e84de6f8707e480d2ddf1fe1f907d
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_pickmode.c