Remove brightness weighting in two pass.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 23 May 2014 18:01:43 +0000 (19:01 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Tue, 27 May 2014 12:27:49 +0000 (13:27 +0100)
commitf085d128f7e9d77cf112b49979e5097110e01f76
tree765522aaa1e810a0974f7353f8a943fc030af6d9
parentdebd0485311e455e9aa4394fb0586769704c06b3
Remove brightness weighting in two pass.

This code dates from the ancient past and
applied an error score weighting based on pixel
brightness. This not seem to be providing any
benefit metrics wise and could be making some
visual issues in dark frames worse.

The field is left in place in the FIRSTPASS_STATS data
structure in this patch, pending changes to unit tests that
use a pre-defined first pass file.

Change-Id: Id50f04205230234858e7548ce523f11acaf3567d
vp9/encoder/vp9_firstpass.c