]> granicus.if.org Git - libvpx/commit
Reduce transform options for ext-tx experiment
authorDebargha Mukherjee <debargha@google.com>
Wed, 18 Nov 2015 19:56:50 +0000 (11:56 -0800)
committerDebargha Mukherjee <debargha@google.com>
Mon, 23 Nov 2015 20:58:48 +0000 (12:58 -0800)
commit56ab215dadbfbcff55cbf0c01ff55fcb601e30a1
tree698560350e83ff0c9b4d21828c3d96a2d93764b7
parentc1629ca53b9297c1b7b695204fba76c4ed534485
Reduce transform options for ext-tx experiment

Reduces the transform optons for INTRA as well as INTER when
transform size is 16x16 to not use any of the DSTs.
Thus, a total of 10 options are used for 16x16, while 4x4
and 8x8 still uses 17 options.

derflr/hevchd actually improves a little, while hevcmr drops
a little.

About 10% speed improvement.

Change-Id: I920a182231e052cdd622f8bb67085c16c572cb1e
vp10/common/blockd.h
vp10/common/entropymode.c
vp10/common/enums.h
vp10/common/thread_common.c
vp10/decoder/decodeframe.c
vp10/encoder/bitstream.c
vp10/encoder/rd.c