Simplifies band-getting with a static array
authorDeb Mukherjee <debargha@google.com>
Thu, 14 Nov 2013 00:02:06 +0000 (16:02 -0800)
committerDeb Mukherjee <debargha@google.com>
Thu, 14 Nov 2013 06:15:16 +0000 (22:15 -0800)
commitcfcd5c4f61a483c1913fde561619bf0eba31dd4b
tree77c35691f5b48fe8077422ec28fad2685f3e2b30
parent8282c1a68dae80da79ff0e2bb936a6cfc0d9deb6
Simplifies band-getting with a static array

Simplifies the code by implementing band mapping with static arrays.
A lot of the code complexity introduced in a previous patch
disappears.

Change-Id: Ia3fac36e594fb5ad2d55ae141c58bba4c55c2d28
vp9/common/vp9_entropy.c
vp9/common/vp9_entropy.h
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_detokenize.c
vp9/decoder/vp9_detokenize.h
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_tokenize.c