From a14ae84749c9aa351d35811230c20253f197ddd5 Mon Sep 17 00:00:00 2001 From: Paul Wilkins Date: Tue, 7 May 2013 17:24:21 +0100 Subject: Deprecate code_zerogroup experiment. Delete code under the CONFIG_CODE_ZEROGROUP flag. Change-Id: I5fe6c7b42a5da9b73118e33594301da4129f320a --- vp9/common/vp9_onyxc_int.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'vp9/common/vp9_onyxc_int.h') diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h index f7f4c06b3..d9d298903 100644 --- a/vp9/common/vp9_onyxc_int.h +++ b/vp9/common/vp9_onyxc_int.h @@ -62,12 +62,6 @@ typedef struct frame_contexts { vp9_coeff_probs coef_probs_8x8[BLOCK_TYPES]; vp9_coeff_probs coef_probs_16x16[BLOCK_TYPES]; vp9_coeff_probs coef_probs_32x32[BLOCK_TYPES]; -#if CONFIG_CODE_ZEROGROUP - vp9_zpc_probs zpc_probs_4x4; - vp9_zpc_probs zpc_probs_8x8; - vp9_zpc_probs zpc_probs_16x16; - vp9_zpc_probs zpc_probs_32x32; -#endif nmv_context nmvc; nmv_context pre_nmvc; @@ -88,12 +82,6 @@ typedef struct frame_contexts { vp9_coeff_probs pre_coef_probs_8x8[BLOCK_TYPES]; vp9_coeff_probs pre_coef_probs_16x16[BLOCK_TYPES]; vp9_coeff_probs pre_coef_probs_32x32[BLOCK_TYPES]; -#if CONFIG_CODE_ZEROGROUP - vp9_zpc_probs pre_zpc_probs_4x4; - vp9_zpc_probs pre_zpc_probs_8x8; - vp9_zpc_probs pre_zpc_probs_16x16; - vp9_zpc_probs pre_zpc_probs_32x32; -#endif vp9_coeff_count coef_counts_4x4[BLOCK_TYPES]; vp9_coeff_count coef_counts_8x8[BLOCK_TYPES]; @@ -102,13 +90,6 @@ typedef struct frame_contexts { unsigned int eob_branch_counts[TX_SIZE_MAX_SB][BLOCK_TYPES][REF_TYPES] [COEF_BANDS][PREV_COEF_CONTEXTS]; -#if CONFIG_CODE_ZEROGROUP - vp9_zpc_count zpc_counts_4x4; - vp9_zpc_count zpc_counts_8x8; - vp9_zpc_count zpc_counts_16x16; - vp9_zpc_count zpc_counts_32x32; -#endif - nmv_context_counts NMVcount; vp9_prob switchable_interp_prob[VP9_SWITCHABLE_FILTERS + 1] [VP9_SWITCHABLE_FILTERS - 1]; @@ -343,10 +324,6 @@ static int get_mi_col(const MACROBLOCKD *xd) { } static int get_token_alloc(int mb_rows, int mb_cols) { -#if CONFIG_CODE_ZEROGROUP - return mb_rows * mb_cols * (24 * 16 * 2); -#else return mb_rows * mb_cols * (24 * 16 + 4); -#endif } #endif // VP9_COMMON_VP9_ONYXC_INT_H_ -- cgit v1.2.3