ref: b0549839f6398c9086aa0deb66c4d29e89851e4d
parent: 51906ad6e35e0be03d19ba2fa1f31b31d1aef397
author: James Zern <[email protected]>
date: Tue Feb 2 14:37:22 EST 2016
dct32x32_test: remove unused function idct32x32_8 Change-Id: I1678ab48639cc54be4c9294479de01beced9e1e9
--- a/test/dct32x32_test.cc
+++ b/test/dct32x32_test.cc
@@ -81,10 +81,6 @@
Trans32x32Param;
#if CONFIG_VP9_HIGHBITDEPTH
-void idct32x32_8(const tran_low_t *in, uint8_t *out, int stride) {
- vpx_highbd_idct32x32_1024_add_c(in, out, stride, 8);
-}
-
void idct32x32_10(const tran_low_t *in, uint8_t *out, int stride) {
vpx_highbd_idct32x32_1024_add_c(in, out, stride, 10);
}