summaryrefslogtreecommitdiff
path: root/vp8/common/invtrans.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-10-12 21:08:03 -0700
committerRonald S. Bultje <rbultje@google.com>2012-10-14 08:04:05 -0700
commite03715fe6ce7b18ba87f54c6fe5ea215abe757ed (patch)
treec8ff418e9e7d93290bcda69adebfcb4d11145e90 /vp8/common/invtrans.h
parentf9d5f86643244d8f1f9f64187098baa1a08b6d18 (diff)
downloadlibvpx-e03715fe6ce7b18ba87f54c6fe5ea215abe757ed.tar
libvpx-e03715fe6ce7b18ba87f54c6fe5ea215abe757ed.tar.gz
libvpx-e03715fe6ce7b18ba87f54c6fe5ea215abe757ed.tar.bz2
libvpx-e03715fe6ce7b18ba87f54c6fe5ea215abe757ed.zip
Replace vp8_inverse_htransform_b() by direct call to vp8_ihtllm_c().
Change-Id: I55ee7566341b04d7e7340fdab95189f82231a792
Diffstat (limited to 'vp8/common/invtrans.h')
-rw-r--r--vp8/common/invtrans.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp8/common/invtrans.h b/vp8/common/invtrans.h
index df12226c5..073076fe2 100644
--- a/vp8/common/invtrans.h
+++ b/vp8/common/invtrans.h
@@ -16,10 +16,6 @@
#include "idct.h"
#include "blockd.h"
-#if CONFIG_HYBRIDTRANSFORM
-extern void vp8_inverse_htransform_b(const vp8_idct_rtcd_vtable_t *rtcd, BLOCKD *b, int pitch);
-#endif
-
extern void vp8_inverse_transform_b(const vp8_idct_rtcd_vtable_t *rtcd, BLOCKD *b, int pitch);
extern void vp8_inverse_transform_mb(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *xd);
extern void vp8_inverse_transform_mby(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *xd);