Index: source/libvpx/vp9/common/vp9_idct.h |
=================================================================== |
--- source/libvpx/vp9/common/vp9_idct.h (revision 207064) |
+++ source/libvpx/vp9/common/vp9_idct.h (working copy) |
@@ -71,12 +71,6 @@ |
return rv; |
} |
-static INLINE int dct_32_round(int input) { |
- int rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS); |
- assert(-131072 <= rv && rv <= 131071); |
- return rv; |
-} |
- |
typedef void (*transform_1d)(int16_t*, int16_t*); |
typedef struct { |