]> granicus.if.org Git - libvpx/commit
Add adaptation option for VBR.
authorPaul Wilkins <paulwilkins@google.com>
Thu, 9 Oct 2014 13:49:41 +0000 (14:49 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 10 Oct 2014 11:54:16 +0000 (12:54 +0100)
commit869d4ca51957614dcf5093ebb9e322cc8a8405ca
treee910df3d2abb020925a170b44985a0d698f5e4a5
parent0e1068a4bdc55c28c7b4f5918056a1f807167f2c
Add adaptation option for VBR.

Allow min and maxQ to creep when the undershoot
or overshoot exceeds thresholds controlled by the
command line under_shoot_pct and over_shoot_pct
values.

Default is 100%,100% which ~disables adaptation.

Derf results for example undershoot% / overshoot%:-

Head:- Mean abs (%rate error) = 14.4%

This check in:-
25%/25% - Mean abs (%rate error) = 6.7%
                  PSNR hit -1% SSIM -0.1%

5% / 5%  - Mean abs (%rate error) = 2.2%
                 PSNR hit -3.3% SSIM - 1.1%

Most of the remaining error and most of the quality hit is
at extreme data rates. The adaptation code still has an
exception for material that is in effect static so that we
don't over adjust and over spend on YT slide show type
content.

Change-Id: If25a2449a415449c150acff23df713e9598d64c9
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.h
vp9/encoder/vp9_ratectrl.c
vp9/encoder/vp9_ratectrl.h