added transform type to MB_MODE_INFO
authorYaowu Xu <yaowu@google.com>
Fri, 18 Nov 2011 02:31:00 +0000 (18:31 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 1 Dec 2011 15:34:27 +0000 (07:34 -0800)
commitbba710fcbd1d815f65e8effb135cd5afe6330824
treed65cbea18a40a34d0275b73798a297205ce322fe
parenta917afabbb94e12da1107fda7edc52b174532304
added transform type to MB_MODE_INFO

this commit is to add an variable in the macroblock level mode
info structure to track the transform size used in each MB, so
the information can be used later in the loop filter to change
how loop filter works on MBs with different transform sizes.

Change-Id: Id0eeaba6cc854c6d1be00ed8d237b3d9e250e447
vp8/common/blockd.h
vp8/decoder/decodframe.c
vp8/encoder/encodeintra.c
vp8/encoder/encodemb.c
vp8/encoder/onyx_if.c
vp8/encoder/tokenize.c