Reduced the size of Y1Dequant and friends to [128][2]
authorScott LaVarnway <slavarnway@google.com>
Wed, 4 Jan 2012 16:56:50 +0000 (11:56 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 6 Jan 2012 19:12:00 +0000 (11:12 -0800)
commit5f25d4c1752a40bafec3334bd0e4a1a0047c1d9d
tree05723825c238411562a5316f02841180a37f9f1f
parent5bfa29b6c54e31578cc377d49add31bddedc83a4
Reduced the size of Y1Dequant and friends to [128][2]

This patch removes the local copies of the dequantize
constants and implements John's idea as described
in "Make a local copy of the dequantized data" commit.

Change-Id: Ic6b7d681f00bf63263f71ff1e39ab2f80729e8b2
12 files changed:
vp8/common/arm/dequantize_arm.c
vp8/common/blockd.h
vp8/common/dequantize.c
vp8/common/dequantize.h
vp8/common/invtrans.h
vp8/common/onyxc_int.h
vp8/common/x86/idct_blk_mmx.c
vp8/decoder/decodframe.c
vp8/decoder/threading.c
vp8/encoder/encodeframe.c
vp8/encoder/ethreading.c
vp8/encoder/quantize.c