From 3e9890a3944c4480e198020d7daea30f6a0a3ed0 Mon Sep 17 00:00:00 2001 From: Paul Wilkins Date: Thu, 9 Feb 2012 16:44:46 +0000 Subject: Merge Extended Q experiment. Merge the extended Q experiment as indicated by the Change-Id: I02d9e654fff9998cc7e9e2f1f5cd838dad8fb431 --- vp8/common/generic/systemdependent.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vp8/common/generic/systemdependent.c') 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 */ -- cgit v1.2.3