shithub: libvpx

Download patch

ref: fe39f6cc9faf11b44dc632e90e7f73c80bef54ec
parent: 4110a27d664a9bf8b395b4be7d79df73a5a19db0
parent: 1279d3bac790cf84783b73e2de8481fcc2fde023
author: Jingning Han <[email protected]>
date: Tue Jul 21 00:57:53 EDT 2015

Merge "Remove redundant function definitions from vp9_dct.h"

--- 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"