From 89ee68b1f719a40f698d5793901da52fb8a3a852 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Tue, 28 Feb 2012 17:11:12 -0800 Subject: Merge t8x8 experiments Change-Id: I8e9b6b154e1a0d0cb42d596366380d69c00ac15f --- vp8/decoder/dequantize.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vp8/decoder/dequantize.c') diff --git a/vp8/decoder/dequantize.c b/vp8/decoder/dequantize.c index c48f5c23f..f83032766 100644 --- a/vp8/decoder/dequantize.c +++ b/vp8/decoder/dequantize.c @@ -17,10 +17,8 @@ extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch) ; extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch); -#if CONFIG_T8X8 extern void vp8_short_idct8x8_c(short *input, short *output, int pitch); extern void vp8_short_idct8x8_1_c(short *input, short *output, int pitch); -#endif #ifdef DEC_DEBUG extern int dec_debug; @@ -121,7 +119,6 @@ void vp8_dequant_dc_idct_add_c(short *input, short *dq, unsigned char *pred, } } -#if CONFIG_T8X8 void vp8_dequantize_b_2x2_c(BLOCKD *d) { int i; @@ -330,4 +327,3 @@ void vp8_dequant_dc_idct_add_8x8_c(short *input, short *dq, unsigned char *pred, #endif } -#endif \ No newline at end of file -- cgit v1.2.3