]> granicus.if.org Git - libvpx/commit
Add clause to alt ref group breakout.
authorpaulwilkins <paulwilkins@google.com>
Wed, 15 Nov 2017 16:39:54 +0000 (16:39 +0000)
committerpaulwilkins <paulwilkins@google.com>
Wed, 15 Nov 2017 16:40:12 +0000 (16:40 +0000)
commit607e45f42027cde9cab7a017559ea02fd397fffd
tree3ad215623076baeb7c8296eb57aada8aebf476a0
parent8d471fcee21b0d33ec7b0980addedd4d38324c5a
Add clause to alt ref group breakout.

Add a clause to the breakout test for alt ref groups that
examines the size of the accumulated second reference
frame error compared to the cost of intra coding.

This clause causes a reduction in the average group length for many
clips. Alongside the change to the group length the minimum
boost is increased.

On balance the results are positive for psnr and psnr-hvs
but is negative for ssim/fast ssim for the smaller image formats.

Strong gains on some harder clips (eg ducks take off (midres) ~20%,
husky (lowres) 6-17%. Most of the negative cases are lower motion
clips. Subsequent patch hopefully will help with those.

Change-Id: Ic1f5dbb9153d5089e58b1540470e799f91a65dc4
vp9/encoder/vp9_firstpass.c