]> granicus.if.org Git - libvpx/commitdiff
changed to use adst for D63_PRED
authorYaowu Xu <yaowu@google.com>
Mon, 13 May 2013 23:51:47 +0000 (16:51 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 14 May 2013 05:09:38 +0000 (22:09 -0700)
To be consistent with other prediciton modes

Change-Id: If9e1464e5c807f0b36047a046c4ac59d91b1b868

vp9/common/vp9_blockd.h

index a8b563c617cca1ffde99c368d54afaa497036758..c5cfb5e4ce3db2e636686c6202f2861b720aa1e4 100644 (file)
@@ -612,6 +612,7 @@ static TX_TYPE txfm_map(B_PREDICTION_MODE bmode) {
 
     case B_V_PRED :
     case B_D117_PRED :
+    case B_D63_PRED:
       return ADST_DCT;
 
     case B_H_PRED :