commit | 5bb4c0ab86880f322cc2ce59b673d83b5e7a02e4 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Mon Feb 11 11:09:34 2019 -0800 |
committer | Ray Essick <essick@google.com> | Mon Feb 11 11:09:34 2019 -0800 |
tree | f327de8c340d786acace0e671a176b27c7587e53 | |
parent | 1342d0740e9a7accd48a7c28725ca61ded231ee1 [diff] |
improve performance of oggextractor::findNextPage() instead of "test, advance 1, test", look at the 4 bytes that we used in the test to see the soonest our test could possibly succeed (e.g. where do we find the right leading character) and advance that far instead of just 1. Bug: 124238340 Test: manual