dct32x32_test: remove unused function
authorJames Zern <jzern@google.com>
Wed, 3 Feb 2016 03:37:22 +0000 (19:37 -0800)
committerJames Zern <jzern@google.com>
Wed, 3 Feb 2016 03:37:22 +0000 (19:37 -0800)
idct32x32_8

Change-Id: I1678ab48639cc54be4c9294479de01beced9e1e9

test/dct32x32_test.cc

index f7327b100dacb9fdeaef5fb91dff6fc322474b5c..2dac10bc1f0deb2c310898985bbf4502d5f1294a 100644 (file)
@@ -81,10 +81,6 @@ typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t>
     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);
 }