]> granicus.if.org Git - libvpx/commit
Fix partition selection in speed features for arf overlay frame.
authorMarco <marpan@google.com>
Fri, 29 Sep 2017 21:54:56 +0000 (14:54 -0700)
committerMarco <marpan@google.com>
Fri, 29 Sep 2017 22:02:28 +0000 (15:02 -0700)
commitc8f6e7b99efc8e873ef3ef9cfa5232ff1ee596bb
tree4ccc3dbafab76ee5a419f41a4d9ac2c03f0f103f
parentf2c3d0a7a3ac5d4eb844b50da386142e9610ee24
Fix partition selection in speed features for arf overlay frame.

For real-time mode. Move the switch to fixed partition
for is_src_frame_alt_ref so all speeds may use it
if use_altref_onepass is set.

Improves metrics by ~2% for ytlive set at speed 4
(where use_altref_onepass is currently used).

Change-Id: I033240386598c9dbd0364da89ccbcca64bc663ee
vp9/encoder/vp9_speed_features.c