commit | 0d87098e080707947378dc7b192a56503c12c6bf | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Thu Jun 23 13:54:02 2011 -0400 |
committer | Yunqing Wang <yunqingwang@google.com> | Thu Jun 23 13:54:02 2011 -0400 |
tree | 0824ddefe9a55382100ced507ff21d4398a16687 | |
parent | 109c20299c5845ecb383b7b4c8c8eaf63a44950b [diff] |
Copy macroblock data to a buffer before encoding it I got this idea from Pascal (Thanks). Before encoding a macroblock, copy it to a 16x16 buffer, and then read source data from there instead. This will help keep the source data in cache, and help with the performance. Change-Id: Id05f4cb601299150511d59dcba0ae62c49b5b757