Revert "Avoid use of deprecated high-bitdepth functions"
This reverts commit f9d77bd5a2541387dc435e052704b2e734307c20.
Reason for revert: 8x8 transform failures
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=502
Change-Id: I2f6c10bc576a966bd5a878b7ee8389074bf45014
diff --git a/av1/common/idct.h b/av1/common/idct.h
index e3a1921..d9c1507 100644
--- a/av1/common/idct.h
+++ b/av1/common/idct.h
@@ -46,9 +46,7 @@
} transform_2d;
#if CONFIG_HIGHBITDEPTH
-typedef void (*highbd_transform_1d)(const tran_low_t *, tran_low_t *,
- const int8_t *cos_bit,
- const int8_t *stage_range, int bd);
+typedef void (*highbd_transform_1d)(const tran_low_t *, tran_low_t *, int bd);
typedef struct {
highbd_transform_1d cols, rows; // vertical and horizontal