projects
/
libvpx
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51906ad
)
dct32x32_test: remove unused function
author
James Zern
<jzern@google.com>
Wed, 3 Feb 2016 03:37:22 +0000
(19:37 -0800)
committer
James Zern
<jzern@google.com>
Wed, 3 Feb 2016 03:37:22 +0000
(19:37 -0800)
idct32x32_8
Change-Id: I1678ab48639cc54be4c9294479de01beced9e1e9
test/dct32x32_test.cc
patch
|
blob
|
history
diff --git
a/test/dct32x32_test.cc
b/test/dct32x32_test.cc
index f7327b100dacb9fdeaef5fb91dff6fc322474b5c..2dac10bc1f0deb2c310898985bbf4502d5f1294a 100644
(file)
--- a/
test/dct32x32_test.cc
+++ b/
test/dct32x32_test.cc
@@
-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);
}