summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2013-05-13 16:51:47 -0700
committerYaowu Xu <yaowu@google.com>2013-05-13 22:09:38 -0700
commitda3aec6c8ae90a78d4f8a9095857b2527878efaa (patch)
treef9b1f6978f3e6aef4fca6306668e592a5ef721c8 /vp9/common
parent231faf91c315c7973f07a1c174ee27eae1056b7a (diff)
downloadlibvpx-da3aec6c8ae90a78d4f8a9095857b2527878efaa.tar
libvpx-da3aec6c8ae90a78d4f8a9095857b2527878efaa.tar.gz
libvpx-da3aec6c8ae90a78d4f8a9095857b2527878efaa.tar.bz2
libvpx-da3aec6c8ae90a78d4f8a9095857b2527878efaa.zip
changed to use adst for D63_PRED
To be consistent with other prediciton modes Change-Id: If9e1464e5c807f0b36047a046c4ac59d91b1b868
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_blockd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h
index a8b563c61..c5cfb5e4c 100644
--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -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 :