change to properly account for coef scaling in unit tests
authorYaowu Xu <yaowu@google.com>
Fri, 24 Aug 2012 16:59:49 +0000 (09:59 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 24 Aug 2012 17:11:15 +0000 (10:11 -0700)
commit95ee7f1131cf4a12f6dfbb8e3576e7637fe29fcf
tree4b6910dc9ebb4f65064c154ba868bff65a25a994
parent0b184efbbfeed7d3dc96ded2dffe36629a4b926b
change to properly account for coef scaling in unit tests

The transform functions in experimental branch absorbed a scaling
factor of 4 to allow quantization steps closer to unit quantizer.
This commit added scaling code in between forward and inverse
transform to properly account for the scaling factor.

Change-Id: I9a573ddc1ffa74973b34800a5da1a56dbabe0949
test/fdct4x4_test.cc
test/fdct8x8_test.cc