summaryrefslogtreecommitdiff
path: root/vp8/common/generic/systemdependent.c
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2012-02-16 13:41:17 -0800
committerYaowu Xu <yaowu@google.com>2012-02-16 15:15:06 -0800
commit47d545f1669f5fd9e6df7c36b9e3f8aee92fc5b8 (patch)
tree41e495860d06761392640f13755629e262527985 /vp8/common/generic/systemdependent.c
parentb92a96d8adfcdb381d559c65aaa65805e1bc9321 (diff)
downloadlibvpx-47d545f1669f5fd9e6df7c36b9e3f8aee92fc5b8.tar
libvpx-47d545f1669f5fd9e6df7c36b9e3f8aee92fc5b8.tar.gz
libvpx-47d545f1669f5fd9e6df7c36b9e3f8aee92fc5b8.tar.bz2
libvpx-47d545f1669f5fd9e6df7c36b9e3f8aee92fc5b8.zip
a bit code clean-up
Removed some transform code that is not in use. Change-Id: I9489af7e23d9d7fe052feb6c8bbafa62ebbda39c
Diffstat (limited to 'vp8/common/generic/systemdependent.c')
-rw-r--r--vp8/common/generic/systemdependent.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/common/generic/systemdependent.c b/vp8/common/generic/systemdependent.c
index fcee14c41..90ff889fa 100644
--- a/vp8/common/generic/systemdependent.c
+++ b/vp8/common/generic/systemdependent.c
@@ -32,10 +32,8 @@ void vp8_machine_specific_config(VP8_COMMON *ctx)
rtcd->idct.iwalsh16 = vp8_short_inv_walsh4x4_c;
#if CONFIG_T8X8
rtcd->idct.idct8 = vp8_short_idct8x8_c;
- rtcd->idct.idct8_1 = vp8_short_idct8x8_1_c;
rtcd->idct.idct1_scalar_add_8x8 = vp8_dc_only_idct_add_8x8_c;
rtcd->idct.ihaar2 = vp8_short_ihaar2x2_c;
- rtcd->idct.ihaar2_1 = vp8_short_ihaar2x2_1_c;
#endif
rtcd->recon.copy16x16 = vp8_copy_mem16x16_c;
rtcd->recon.copy8x8 = vp8_copy_mem8x8_c;