Refactoring hybrid transform coding
authorJingning Han <jingning@google.com>
Mon, 6 Aug 2012 21:48:11 +0000 (14:48 -0700)
committerJingning Han <jingning@google.com>
Tue, 7 Aug 2012 00:26:21 +0000 (17:26 -0700)
commit66f440f1ee6c993eff908da9c75cc2ae9de08775
tree9acba48b175763d24a3597cd042e866d2f290909
parent106815f830c9874ee9c663124b3ff41f095219ab
Refactoring hybrid transform coding

The forward and inverse hybrid transforms are now performed using
single function modules, where the dimension is sent as argument.

Added an inline function clip8b to clip the reconstruction pixels
into range of 0-255.

Change-Id: Id7d870b3e1aefc092721c80c0af6f641eb5f3747
vp8/common/idct.h
vp8/common/idctllm.c
vp8/common/invtrans.c
vp8/decoder/decodframe.c
vp8/decoder/dequantize.c
vp8/encoder/dct.c
vp8/encoder/dct.h
vp8/encoder/encodeintra.c
vp8/encoder/rdopt.c