Fixed decoder mismatch issue
authorJingning Han <jingning@google.com>
Thu, 16 Aug 2012 20:25:49 +0000 (13:25 -0700)
committerJingning Han <jingning@google.com>
Thu, 16 Aug 2012 21:24:32 +0000 (14:24 -0700)
commit60ed954535e1beb6283ba8674cf65565cbd66bba
tree6fd2027dc9f2d5abf0ee313a0310535aa65ad84e
parent45ddaab89b618438ca9a2a2d927725ddacb38cd9
Fixed decoder mismatch issue

Resolved the decoder mismatch issue due to quantization parameter
threshold for hybrid transform coding. The macroblock dequantizer
initialization is moved to be performed before coefficient
detokenization, since the (de)tokenization is now dependent on the
macroblock level quantization parameter.

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