]> granicus.if.org Git - libvpx/commit
clean up bw, bh
authorJim Bankoski <jimbankoski@google.com>
Tue, 23 Jul 2013 13:51:44 +0000 (06:51 -0700)
committerJim Bankoski <jimbankoski@google.com>
Tue, 23 Jul 2013 13:51:44 +0000 (06:51 -0700)
commit86a9dec73cb1a7c05f33f0ed5b5134882d831de9
treeccc99f82a068283a750dddb0034af24a525b2c5a
parent7c134bc0cdad93bf2b6037ca56e91a6af74eadba
clean up bw, bh

many structures use bw and bh and they have different meanings.   This cl attempts
to start this clean up and remove unneccessary 2 step look up log and then
shift operations...

also removed partition type multiple operation code in bitstream.c.

Change-Id: I7e03e552bdfc0939738e430862e3073d30fdd5db
vp9/common/vp9_common_data.c
vp9/common/vp9_common_data.h
vp9/common/vp9_enums.h
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_encodemv.c
vp9/encoder/vp9_rdopt.c