summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dequantize.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/decoder/vp9_dequantize.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/decoder/vp9_dequantize.c')
-rw-r--r--vp9/decoder/vp9_dequantize.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_dequantize.c b/vp9/decoder/vp9_dequantize.c
index 46d4d01da..354d2bd36 100644
--- a/vp9/decoder/vp9_dequantize.c
+++ b/vp9/decoder/vp9_dequantize.c
@@ -348,7 +348,6 @@ void vp9_dequant_idct_add_16x16_c(int16_t *input, const int16_t *dq,
}
}
-#if CONFIG_TX32X32
void vp9_dequant_idct_add_32x32_c(int16_t *input, const int16_t *dq,
uint8_t *pred, uint8_t *dest, int pitch,
int stride, int eob) {
@@ -373,4 +372,3 @@ void vp9_dequant_idct_add_uv_block_16x16_c(int16_t *q, const int16_t *dq,
vp9_dequant_idct_add_16x16_c(q + 256, dq,
dstv, dstv, stride, stride, eobs[4]);
}
-#endif