From 1279d3bac790cf84783b73e2de8481fcc2fde023 Mon Sep 17 00:00:00 2001 From: Jingning Han Date: Mon, 20 Jul 2015 16:08:28 -0700 Subject: [PATCH] Remove redundant function definitions from vp9_dct.h Change-Id: I963f08f1023481712c6f9ed624ddf05e5bac6321 --- vp9/encoder/vp9_dct.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vp9/encoder/vp9_dct.h b/vp9/encoder/vp9_dct.h index bdcc4991c..6ce7e968c 100644 --- a/vp9/encoder/vp9_dct.h +++ b/vp9/encoder/vp9_dct.h @@ -11,22 +11,12 @@ #ifndef VP9_ENCODER_VP9_DCT_H_ #define VP9_ENCODER_VP9_DCT_H_ -#include "vp9/common/vp9_idct.h" - #ifdef __cplusplus extern "C" { #endif void vp9_fdct32(const tran_high_t *input, tran_high_t *output, int round); -void vp9_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); -void vp9_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); -void vp9_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, - int stride); -void vp9_highbd_fdct32x32_c(const int16_t *input, tran_low_t *out, int stride); -void vp9_highbd_fdct32x32_rd_c(const int16_t *input, tran_low_t *out, - int stride); - #ifdef __cplusplus } // extern "C" #endif -- 2.49.0