]> granicus.if.org Git - libvpx/commit
fixed the decoder when using 8x8 transform
authorYaowu Xu <yaowu@google.com>
Fri, 11 Nov 2011 01:15:06 +0000 (17:15 -0800)
committerYaowu Xu <yaowu@google.com>
Fri, 11 Nov 2011 01:15:06 +0000 (17:15 -0800)
commit7189198d53123273fe89f20e35ee11ae45ee8fcd
tree6940e77ca71b47d7836494942e69bb4060447273
parenta0ed4e63802a395c6147b5abb70311f50b98d95e
fixed the decoder when using 8x8 transform

updated the decode_macroblock logic to reflect that 8x8 transform is
not used for "SPLITMV". Also fixed an issue where 2nd order haar block
has wrong dequant/idct process.

Change-Id: I1e373f6535c009dfec503b6362c8a5cfc196e1da
vp8/decoder/decodframe.c