Make dequant/idct block size independent
authorJingning Han <jingning@google.com>
Wed, 10 Apr 2013 19:30:20 +0000 (12:30 -0700)
committerJingning Han <jingning@google.com>
Wed, 10 Apr 2013 22:54:43 +0000 (15:54 -0700)
commitbbd0063b5ce606a9bc73c691fbca13a86ff207db
tree2fe943edf8e4a962545a620324cc88885ed9b149
parente63099d199b492710cd2d74f02f56071ba8a6749
Make dequant/idct block size independent

The unified dequantization, inverse transform, and adding functions
support rectangular block sizes. Also separate the operations on
luma and chroma components, in the consideration of the txfm_size
for uv components in rectangular block sizes.

Change-Id: I2a13246b2a9086b37d575d346070990d854cc110
vp9/decoder/vp9_decodframe.c