Replace some operations with shift in encoder_breakout.
authorMarco <marpan@google.com>
Fri, 13 Feb 2015 18:42:57 +0000 (10:42 -0800)
committerMarco <marpan@google.com>
Fri, 13 Feb 2015 18:45:19 +0000 (10:45 -0800)
commitb1940bf5fe8a887a006b28d79cf2e1df8f59db1c
tree47c93374483146d04437e64c8cc7a0b46baf8d66
parent1cfbc86e3809c87b2397487baa01e3046bb0531d
Replace some operations with shift in encoder_breakout.

Replaced a divide by 9 with 8, so some very small difference,
but otherwise no change in behavior.

Change-Id: I1079ae3c41e0789ff0bc6fa9940a238b6bca0f5b
vp9/encoder/vp9_pickmode.c