]> granicus.if.org Git - libvpx/commit
Limit max arf boost and scale motion breakout for image size.
authorpaulwilkins <paulwilkins@google.com>
Mon, 26 Sep 2016 14:35:23 +0000 (15:35 +0100)
committerpaulwilkins <paulwilkins@google.com>
Mon, 26 Sep 2016 14:38:29 +0000 (15:38 +0100)
commit0421d8e318016758942107c1bab820f480eb1be2
tree310143579ecbcfd4deb68deedb002b32b46c7174
parent0695843a216dd63e8ac087e13c44de81e8a50afe
Limit max arf boost and scale motion breakout for image size.

Added a cap on the maximum boost for an arf based on interval length.
Fixed bug where by the image size was not accounted for in determining
two of the motion breakout thresholds.

Overall small gains of 0.2-0.4% psnr but on large image format clips with
slow zooms the gain may be as much as 20% or more (e.g. in_to_tree
at 1080P)

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