commit | 9e7fec216e37e6efe364428d9cba2f7b70f8ef3a | [log] [tgz] |
---|---|---|
author | Scott LaVarnway <slavarnway@google.com> | Mon Jan 31 19:53:02 2011 -0500 |
committer | Scott LaVarnway <slavarnway@google.com> | Mon Jan 31 19:53:02 2011 -0500 |
tree | b681ac1a8b19b9776021e81ce6f4eb3f6469ef67 | |
parent | 317f0da91e8240a153d509d42bac4d62cc03bb52 [diff] |
Removed prediction_error accumulation from vp8cx_encode_intra_macro_block. prediction_error is used when deciding if a frame should be a keyframe. After reviewing this with Yaowu, it was pointed out that vp8cx_encode_intra_macro_block is only called for keyframes, so the accumulation is unnecessary. Change-Id: Id79dc81b80d4f5d124f3a0dba1b923887e2e1ec8