Error accumulator stats bug.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 8 Apr 2011 13:21:36 +0000 (14:21 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 8 Apr 2011 13:21:36 +0000 (14:21 +0100)
commitde4e9e3b444b2796e5631d516a7a0bf11bdbaa07
tree563e186501eb36a61ea8c5d3151bc707050d80b3
parent2de858b9fcdc1b8c0db265047c5bf387fe31de3a
Error accumulator stats bug.

The error accumulator stats values cpi->prediction_error and
cpi->intra_error were being populated with rd values not
distortion values.

These are only "currently" used in a limited way for RT compress
key frame detection.

Change-Id: I2702ba1cab6e49ab8dc096ba75b6b34ab3573021
vp8/encoder/encodeframe.c
vp8/encoder/pickinter.c
vp8/encoder/pickinter.h
vp8/encoder/rdopt.c
vp8/encoder/rdopt.h