]> granicus.if.org Git - libvpx/commit
Fix bug in setting sf->use_square_partition_only.
authorpaulwilkins <paulwilkins@google.com>
Thu, 16 Jul 2015 15:20:39 +0000 (16:20 +0100)
committerpaulwilkins <paulwilkins@google.com>
Thu, 16 Jul 2015 15:20:39 +0000 (16:20 +0100)
commit7d15444d0708cd1ff39fdec4405fd0b835d21bde
tree67ed7babcdb50527bd7740720c98ff66092da6a1
parentfa94dbda81e457e6ceaae254194cf1ffa70274ae
Fix bug in setting sf->use_square_partition_only.

Fix bug in setting this flag for animated content.
The bug did cause quality to increase because far
more frames are not boosted than boosted.

However, the speed trade off to gain is a lot less
favorable and the behavior was not as intended.

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