]> granicus.if.org Git - libvpx/commit
vp9: Adjustments to nonrd-pickmode for vbr
authorMarco <marpan@google.com>
Wed, 15 Jun 2016 21:20:32 +0000 (14:20 -0700)
committerMarco <marpan@google.com>
Wed, 15 Jun 2016 21:31:28 +0000 (14:31 -0700)
commit8e070558b062e1978b6b8a3430b3a155d58a6444
tree894de7bc35a75cf9792b0e91d75141f5460d6d2b
parent9c90830165413f5197d993a94e4b46def3e53aa3
vp9: Adjustments to nonrd-pickmode for vbr

For VBR: (1) allow newmv mode for golden ref to
select interpolation filter (as in last ref case), and
(2) don't use the more aggressive tx-skip testing logic for large blocks.

Only affects 1 pass real-time vbr mode (speed >= 5).

PSNR/SSIM metrics on ytlive set are all positive, ~0.5-2% gain.

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