commit | 499fe05dc030b31d15c2ad9717e6bcee839f7d12 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Fri Feb 22 16:18:08 2013 -0800 |
committer | Yaowu Xu <yaowu@google.com> | Mon Feb 25 07:47:27 2013 -0800 |
tree | 0a1940649fca62295840ea1ccdecb40d95d743b8 | |
parent | 0c9e2e9a1ddca6e120c4afa7f225968a9ab989bf [diff] |
optimize forward 16x16 DCT for accuracy This commit added pre/post scaling for first half of fDCT16x16 to reduce error, by simulation of 100,000 blocks for random inputs, the average sse reduced from 2.1/block to 0.0498/block. also enabled tests for 16x16 fDCT and iDCT Change-Id: Id2a95f0464c6dd4118797d456237ae90274c0f02