]> granicus.if.org Git - libvpx/commit
vp9: Modify pickmode early exit for ARF in 1pass.
authorMarco <marpan@google.com>
Wed, 20 Sep 2017 21:55:31 +0000 (14:55 -0700)
committerMarco <marpan@google.com>
Wed, 20 Sep 2017 22:02:37 +0000 (15:02 -0700)
commit42373b21cea6651b3063e14a8cdaaaf646ae7f14
tree49c567361cf40b59b8d7a9af2c7aa6e87b2b9f68
parentf407b304902e75d024e20a49e4295f5f3df720ed
vp9: Modify pickmode early exit for ARF in 1pass.

Add the condition frames_since_golden > 0 to the
early exit check for ARF usage in nonrd_pickmode.
This improves quality of first frame following ARF, where
frame_since_golden = 0.

Small/neutral gain in metrics for speed 6, neutral change in speed.

Only affects when USE_ALTREF_FOR_ONE_PASS is enabled.

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