]> granicus.if.org Git - libvpx/commit
Separating 8x8DCT use from hybridtransform8x8
authorDeb Mukherjee <debargha@google.com>
Fri, 21 Sep 2012 21:20:15 +0000 (14:20 -0700)
committerDeb Mukherjee <debargha@google.com>
Fri, 21 Sep 2012 23:39:23 +0000 (16:39 -0700)
commit70e21afb3fac6bb5cdfa4c8063521f5b634c0379
tree1ec374e31b1cccad9910f6a6ffcefe041fabbf7f
parentfff019cea4308fc3c776d7426f315d46a7120ac5
Separating 8x8DCT use from hybridtransform8x8

With this change, even if hybridtransform8x8 experiment is off,
8x8 dct is used for the I8x8 mode. However note that the gains
observed with the hybridtransform8x8 experiment will now be less,
since part of the gain is now merged in.

Change-Id: I9afb3880906fd0a1368a374041fc08efcf060c54
vp8/common/blockd.h
vp8/common/entropy.h
vp8/decoder/decodframe.c
vp8/encoder/encodeframe.c
vp8/encoder/encodeintra.c
vp8/encoder/rdopt.c
vp8/encoder/tokenize.c