]> granicus.if.org Git - libvpx/commit
Set rc->high_source_sad = 0 before scene detection.
authorMarco <marpan@google.com>
Thu, 28 Sep 2017 17:47:34 +0000 (10:47 -0700)
committerMarco <marpan@google.com>
Thu, 28 Sep 2017 17:49:45 +0000 (10:49 -0700)
commita2ef180dd021ce591f214d13f4c14cbe5fe4972b
treef173a873ceac252166fa21745eca77500d7e1117
parent3b8cc214ef2b2771230d340d2872b89a4bd2a54e
Set rc->high_source_sad = 0  before scene detection.

Only has effect when sf->use_altref_onepass is enabled,
as in that case scene detection is skipped for non-show frame
and so high_source_sad does not get reset to 0.

No change in metrics or speed.

Change-Id: I421f066d239341449c18826089e1810b9fc5967f
vp9/encoder/vp9_encoder.c