shithub: libvpx

Download patch

ref: 8fd3f9a2fb7fd29d811f2af11433b1b8bebabbb5
parent: 99874f55fb2a5a24b05074c716570e17bb6583d2
author: Marco <marpan@google.com>
date: Wed Nov 12 09:51:49 EST 2014

Enable non-rd mode coding on key frame, for speed 6.

For key frame at speed 6: enable the non-rd mode selection in speed setting
and use the (non-rd) variance_based partition.

Adjust some logic/thresholds in variance partition selection for key frame only (no change to delta frames),
mainly to bias to selecting smaller prediction blocks, and also set max tx size of 16x16.

Loss in key frame quality (~0.6-0.7dB) compared to rd coding,
but speeds up key frame encoding by at least 6x.
Average PNSR/SSIM metrics over RTC clips go down by ~1-2% for speed 6.

Change-Id: Ie4845e0127e876337b9c105aa37e93b286193405