commit | d33bf3d6649ce049a12fcf7d629e551066f41c47 | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Fri May 28 14:34:39 2010 -0400 |
committer | John Koleszar <jkoleszar@google.com> | Tue Jun 01 07:59:50 2010 -0400 |
tree | 20ad97533a35feb7eebfc10a4cdb9bd46f930a02 | |
parent | 1689564bb5c0f03bb2f35244bf40bcf58c9fec35 [diff] |
Remove costly memory reads/writes in vp8_reset_mb_tokens_context() Tests on x86 showed this function costed 2.7% of total decoding time because of all the memory reads/writes. After modification, it only costs about 0.7% of decoding time, which gives a 2% gain. Change-Id: I5003ee30b6dc6dea0bfa42a6ad7e7c22fcc7b215