]> granicus.if.org Git - libvpx/commit
Fixes for var_tx when ext_tx is not enabled
authorJulia Robson <juliamrobson@gmail.com>
Thu, 21 Jan 2016 17:14:29 +0000 (17:14 +0000)
committerDebargha Mukherjee <debargha@google.com>
Fri, 22 Jan 2016 01:46:03 +0000 (17:46 -0800)
commit9fe188e4a534d84b7b4c069ad30121a4d9bb281a
tree0b1892481a80414ecbb6580d6c72c50a70321f2b
parentb1d49f24b475b94ac48c30e1c016b1e124e10401
Fixes for var_tx when ext_tx is not enabled

This patch fixes a couple of issues caused by change-id:
I15d20ce5292b70f0c2b4ba55c1f1318181481596
Changes to the code for when the ext_tx experiment is not enabled
were merged from master but as var_tx does not exist on master
the changes had not been applied to the case when var_tx experiment
is enabled

Change-Id: Iaf2b717e6b8626b2b6a03226127221b776b49884
vp10/encoder/bitstream.c
vp10/encoder/rdopt.c