diff options
Diffstat (limited to 'media/libaom/src/av1/common/idct.h')
-rw-r--r-- | media/libaom/src/av1/common/idct.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/media/libaom/src/av1/common/idct.h b/media/libaom/src/av1/common/idct.h index d9454e73fe..004d25d49a 100644 --- a/media/libaom/src/av1/common/idct.h +++ b/media/libaom/src/av1/common/idct.h @@ -44,22 +44,6 @@ static INLINE const int32_t *cast_to_int32(const tran_low_t *input) { return (const int32_t *)input; } -typedef void(highbd_inv_txfm_add)(const tran_low_t *input, uint8_t *dest, - int stride, const TxfmParam *param); - -highbd_inv_txfm_add av1_highbd_inv_txfm_add_4x8; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_8x4; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_16x32; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_32x16; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_32x64; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_64x32; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_16x64; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_64x16; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_16x4; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_4x16; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_8x32; -highbd_inv_txfm_add av1_highbd_inv_txfm_add_32x8; - #ifdef __cplusplus } // extern "C" #endif |