Change txfm_type decision
authorYaowu Xu <yaowu@google.com>
Wed, 22 May 2013 17:37:40 +0000 (10:37 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 24 May 2013 00:46:28 +0000 (17:46 -0700)
commit22694ca1ada0f8b96454952d90e19536fd04444f
treeb11b97393a1ec95befdfdaa8b275e05e4e519934
parent826efc838cabee937d28e8909cbda0160a2f981e
Change txfm_type decision

The changing in intra coding to base on transform block, i.e. pred->
txfm->quant->dequant-itxfm->recon, made all blocks within a prediction
unit behave consistently, there is no longer a need to handle blocks
differently based on the position within a predicitn block. So this
commit simplifies the decision of transform type to be based on
prediction mode only.

Change-Id: If96cb72386f2e9186126ace88afa35ef085b6c96
vp9/common/vp9_blockd.h