summaryrefslogtreecommitdiff
path: root/vp8/common/invtrans.h
diff options
context:
space:
mode:
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);