]> granicus.if.org Git - libvpx/commit
re-scaled 2nd order haar transform
authorYaowu Xu <yaowu@google.com>
Wed, 15 Feb 2012 23:01:35 +0000 (15:01 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 16 Feb 2012 15:03:56 +0000 (07:03 -0800)
commit62a78f0342ca45fc295aa63bbc4d6974b0c57da7
tree21a1d7c80091bf3316fd4260bd91cfda1dd33c5e
parent454c7abc1ae56134019f2a26fac6db9bcb1627d4
re-scaled 2nd order haar transform

During the work of extend_qrange, we have rolled a factor of 2 from
quantization/dequatnization into 2nd order walsh-hadamard transform.
This commit does the same for the 2nd order haar transform. so they
can share the same quantizaiton process as the 2nd order WHT.

Change-Id: I734af4a20ea8149a01b5b1971a065092977dfe33
vp8/common/idctllm.c
vp8/encoder/dct.c