]> granicus.if.org Git - libvpx/commit
Initalize mbmi->tx_size during rdopt.
authorGeza Lore <gezalore@gmail.com>
Mon, 25 Jan 2016 15:46:59 +0000 (15:46 +0000)
committerGeza Lore <gezalore@gmail.com>
Tue, 26 Jan 2016 01:18:56 +0000 (01:18 +0000)
commit56686b4514c6eaa72e7dcd635f7abf8409839b97
tree4c2d68d629609e0c2e32daa4b8cf011e585d640d
parente7c0e157d273b73f39d8545c1400d67b04385a66
Initalize mbmi->tx_size during rdopt.

This is necessary when using SUPERTX, as the bitstream packer relies on
tx_size being set correctly to decide whether to output the block using
supertx or not.

Change-Id: I79e776b3b810f4a15b9dbc6afdd6fc90c73c8934
vp10/encoder/encodeframe.c