]> granicus.if.org Git - libvpx/commit
fix a small bug in 16 point forward dct
authorYaowu Xu <yaowu@google.com>
Thu, 31 Jan 2013 23:39:41 +0000 (15:39 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 31 Jan 2013 23:39:41 +0000 (15:39 -0800)
commitab1cad9bdd339ada3c80c7ba061e06e760573edf
treecd2d9d3cce691dc935c0cc3b310d6d78bf569d24
parent5149d7f7bd99279ed34d6416a63471a0095ba015
fix a small bug in 16 point forward dct

The commit fixes a minor error in 16 point fdct where in a rotation can
produce result of -1 instead of 0.

Change-Id: I45aac4a52bcd06225c6d04e643547a13e1c1aade
vp9/encoder/vp9_dct.c