summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_invtrans.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-01-10 08:23:59 -0800
committerRonald S. Bultje <rbultje@google.com>2013-01-10 08:23:59 -0800
commitaa2effa954782b04db3acc93c1daeaa2c2ba1553 (patch)
tree9fdf7dbb40b781cf2ea083bdf56a72c4cff6c0bb /vp9/common/vp9_invtrans.c
parent460501fe8467e93551bde48ce521bc4fe089e2ec (diff)
downloadlibvpx-aa2effa954782b04db3acc93c1daeaa2c2ba1553.tar
libvpx-aa2effa954782b04db3acc93c1daeaa2c2ba1553.tar.gz
libvpx-aa2effa954782b04db3acc93c1daeaa2c2ba1553.tar.bz2
libvpx-aa2effa954782b04db3acc93c1daeaa2c2ba1553.zip
Merge tx32x32 experiment.
Change-Id: I615651e4c7b09e576a341ad425cf80c393637833
Diffstat (limited to 'vp9/common/vp9_invtrans.c')
-rw-r--r--vp9/common/vp9_invtrans.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/common/vp9_invtrans.c b/vp9/common/vp9_invtrans.c
index a09c0a80a..b5e6e3cc2 100644
--- a/vp9/common/vp9_invtrans.c
+++ b/vp9/common/vp9_invtrans.c
@@ -146,7 +146,6 @@ void vp9_inverse_transform_mb_16x16(MACROBLOCKD *xd) {
vp9_inverse_transform_mbuv_8x8(xd);
}
-#if CONFIG_TX32X32
void vp9_inverse_transform_sby_32x32(SUPERBLOCKD *xd_sb) {
vp9_short_idct32x32(xd_sb->dqcoeff, xd_sb->diff, 64);
}
@@ -157,4 +156,3 @@ void vp9_inverse_transform_sbuv_16x16(SUPERBLOCKD *xd_sb) {
vp9_inverse_transform_b_16x16(xd_sb->dqcoeff + 1280,
xd_sb->diff + 1280, 32);
}
-#endif