]> granicus.if.org Git - libvpx/commit
Add a speed feature to skip transform type selection
authorhui su <huisu@google.com>
Wed, 10 Feb 2016 18:52:14 +0000 (10:52 -0800)
committerhui su <huisu@google.com>
Wed, 10 Feb 2016 23:11:01 +0000 (15:11 -0800)
commit329e340dc59f2c69ca79e993c4bd3827117ade8b
treef298005d940fb44a85bd46d9bd7cee21ff31bd98
parentba1bed68ec8b96b31cc06790055517f229e85281
Add a speed feature to skip transform type selection

Setting FIXED_TX_TYPE as 1 makes the encoder skip tx_type search,
about twice as fast.

This speed feature is off by defualt; we can turn it on when we
want to quickly test new ideas.

Change-Id: Ieab5807d17fcd54fce3e8ae2f59a18b42eb79408
vp10/common/blockd.h
vp10/decoder/decodemv.c
vp10/encoder/bitstream.c
vp10/encoder/rdopt.c