summaryrefslogtreecommitdiffstats
path: root/vp8/common/invtrans.c
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-09-15 15:12:42 -0700
committerAndreas Huber <andih@google.com>2010-09-15 15:12:42 -0700
commitf71323e297a928af368937089d3ed71239786f86 (patch)
treedad338caad00af21fd81f0975335c343a91be085 /vp8/common/invtrans.c
parent8aa17fc40a750935d80b115d89ca9403f42ab211 (diff)
downloadandroid_external_libvpx-f71323e297a928af368937089d3ed71239786f86.tar.gz
android_external_libvpx-f71323e297a928af368937089d3ed71239786f86.tar.bz2
android_external_libvpx-f71323e297a928af368937089d3ed71239786f86.zip
Upgrade to the latest .webm project code.
Change-Id: I33907e0c9ded667e54d31e2f9226c77501731c6c
Diffstat (limited to 'vp8/common/invtrans.c')
-rw-r--r--vp8/common/invtrans.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/vp8/common/invtrans.c b/vp8/common/invtrans.c
index 1ff596e..4cb433a 100644
--- a/vp8/common/invtrans.c
+++ b/vp8/common/invtrans.c
@@ -1,10 +1,11 @@
/*
- * Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
- * Use of this source code is governed by a BSD-style license and patent
- * grant that can be found in the LICENSE file in the root of the source
- * tree. All contributing project authors may be found in the AUTHORS
- * file in the root of the source tree.
+ * Use of this source code is governed by a BSD-style license
+ * that can be found in the LICENSE file in the root of the source
+ * tree. An additional intellectual property rights grant can be found
+ * in the file PATENTS. All contributing project authors may
+ * be found in the AUTHORS file in the root of the source tree.
*/
@@ -64,7 +65,8 @@ void vp8_inverse_transform_mb(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *x
{
int i;
- if (x->mbmi.mode != B_PRED && x->mbmi.mode != SPLITMV)
+ if (x->mode_info_context->mbmi.mode != B_PRED &&
+ x->mode_info_context->mbmi.mode != SPLITMV)
{
// do 2nd order transform on the dc block