commit | d642294b1c57a5adacb1038ff45766c38bae8a6d | [log] [tgz] |
---|---|---|
author | Jingning Han <jingning@google.com> | Thu Feb 11 12:36:49 2016 -0800 |
committer | James Zern <jzern@google.com> | Tue Feb 16 11:24:09 2016 -0800 |
tree | 6c4124885974a874635fafa050b5fe87bc179ead | |
parent | acc592b35abdb0e2ad60ba11bbdbcd0f08e8b4e8 [diff] |
Fix tsan error in VP9 sub8x8 intra mode search This commit fixes issue 1141. The issue was triggered in multi-tile encoding. The change properly saves and restores the block context information in the real-time mode selection process. It removes several redundant memcpy operations in sub8x8 intra block mode search. Change-Id: I35c9ad197f4bd500ec39b5fc833f052f19eee010