Restructure vp9_decode_mb_tokens_16x16() a bit.
authorRonald S. Bultje <rbultje@google.com>
Fri, 23 Nov 2012 17:11:12 +0000 (09:11 -0800)
committerRonald S. Bultje <rbultje@google.com>
Fri, 23 Nov 2012 17:11:12 +0000 (09:11 -0800)
commitf090b6b47b66b556a0cb8ed8fa52e2fef8dc0b76
tree7342cbeb56d9246cb8f167daf03dbcb68cf5831f
parent0312c3d6d90161d8b66d70386ea0db5aeae9e3d2
Restructure vp9_decode_mb_tokens_16x16() a bit.

Don't declare variables if they only ever have a single value and are
used only as argument to another function call; instead, just hardcode
the value in the function call directly. Also remove unneeded brackets
around a code block, and remove the magic offsets 64 and 256 for chroma
values in the coefficient memory block.

Change-Id: I14fc14120a81ea1d6fb862674e8bf8cf6ba3d114
vp9/decoder/detokenize.c