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
1 file changed