Commits
Dmitry Kovalev committed 0f3cffa6853
Fixing undefined behavior vp9_peek_si(). Bitwise OR operation doesn't guarantee any subexpression evaluation order. Just reading one bit now and ignoring the next one. For reference look at vp9_decode_frame() implementation. Change-Id: I4971686929838ae5ded8f43a38a2934db5e1d462