]> granicus.if.org Git - libvpx/commit
vp9: Condition lighting change detection on CBR mode.
authorMarco <marpan@google.com>
Tue, 22 Aug 2017 21:46:39 +0000 (14:46 -0700)
committerMarco <marpan@google.com>
Tue, 22 Aug 2017 21:59:37 +0000 (14:59 -0700)
commita31461c853f65e5fd9c20dfdeb82b18d6590eff8
treebd723354f5719a7917c71140c71b54ae98339dfa
parent13eed991f9450cdd8b03fc03c38ea0f9b2667bf8
vp9: Condition lighting change detection on CBR mode.

This feature is used for the CBR RTC encoding mode
at speed >= 6. This change will exclude it for VBR mode.

For speed 6 live encoding (VBR):
avgPSNR/SSIM metrics on ytlive set up by ~1% (few clips up by 2/3%).
No change in speed.

Change-Id: I1a0dd94c334f7df309ab5a48d477d7e25355b798
vp9/encoder/vp9_encodeframe.c