shithub: libvpx

Download patch

ref: 1279d3bac790cf84783b73e2de8481fcc2fde023
parent: b8c47a98b8ab00eb2ffa33311080a4a6ac97e15b
author: Jingning Han <jingning@google.com>
date: Mon Jul 20 12:08:28 EDT 2015

Remove redundant function definitions from vp9_dct.h

Change-Id: I963f08f1023481712c6f9ed624ddf05e5bac6321

--- a/vp9/encoder/vp9_dct.h
+++ b/vp9/encoder/vp9_dct.h
@@ -11,21 +11,11 @@
 #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"