summaryrefslogtreecommitdiff
path: root/vp8/common/generic/systemdependent.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-02-09 16:44:46 +0000
committerPaul Wilkins <paulwilkins@google.com>2012-02-09 17:22:34 +0000
commit3e9890a3944c4480e198020d7daea30f6a0a3ed0 (patch)
tree3c50220b372bc5617474840e1aea48a8ea1c480e /vp8/common/generic/systemdependent.c
parentcf8af867dddc7830cf42577dd9bb27bf0330a682 (diff)
downloadlibvpx-3e9890a3944c4480e198020d7daea30f6a0a3ed0.tar
libvpx-3e9890a3944c4480e198020d7daea30f6a0a3ed0.tar.gz
libvpx-3e9890a3944c4480e198020d7daea30f6a0a3ed0.tar.bz2
libvpx-3e9890a3944c4480e198020d7daea30f6a0a3ed0.zip
Merge Extended Q experiment.
Merge the extended Q experiment as indicated by the Change-Id: I02d9e654fff9998cc7e9e2f1f5cd838dad8fb431
Diffstat (limited to 'vp8/common/generic/systemdependent.c')
-rw-r--r--vp8/common/generic/systemdependent.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp8/common/generic/systemdependent.c b/vp8/common/generic/systemdependent.c
index 445cd3f09..267b2f21a 100644
--- a/vp8/common/generic/systemdependent.c
+++ b/vp8/common/generic/systemdependent.c
@@ -156,16 +156,12 @@ void vp8_machine_specific_config(VP8_COMMON *ctx)
#if ARCH_ARM
vp8_arch_arm_common_init(ctx);
#endif
-#if CONFIG_EXTEND_QRANGE
rtcd->idct.idct1 = vp8_short_idct4x4llm_1_c;
rtcd->idct.idct16 = vp8_short_idct4x4llm_c;
rtcd->idct.idct1_scalar_add = vp8_dc_only_idct_add_c;
rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_c;
rtcd->idct.iwalsh16 = vp8_short_inv_walsh4x4_c;
-#endif
-
-
#if CONFIG_MULTITHREAD
ctx->processor_core_count = get_cpu_count();
#endif /* CONFIG_MULTITHREAD */