]> granicus.if.org Git - libvpx/commit
Nonrd_pickmode: avoid computing UV cost when early_term is set.
authorMarco <marpan@google.com>
Fri, 3 Nov 2017 18:29:35 +0000 (11:29 -0700)
committerMarco <marpan@google.com>
Mon, 6 Nov 2017 18:22:14 +0000 (10:22 -0800)
commit6fbc354c97ca45754a76674dba5f6b43c2b0c15a
tree637a01f8065e4e4025ce61c5c54e2235b68e9f80
parenteb7d431cb55c8254fcd0a362e269c1d7a25409ba
Nonrd_pickmode: avoid computing UV cost when early_term is set.

For nonrd_pickmode: if early_term is set there should be
no need to include UV in rdcost (when color_sensitivity is set).

Neutral change on RTC and RTC_derf metrics, for speed >= 5.
No change for ytlive metrics.

Very small speed gain (~0.5%) on some clips with strong color content.

Change-Id: Ifc00928ecd935fc71e94935ceef0ae7481249f07
vp9/encoder/vp9_pickmode.c