From 76eb4026680f88f2426471713fb690a7d9ae82b3 Mon Sep 17 00:00:00 2001 From: Scott LaVarnway Date: Mon, 25 Jul 2011 17:11:24 -0400 Subject: Eliminated TOKENEXTRABITS Noticed small performance gains, depending on material. Change-Id: I334369f6312bc19aa73481fc3f790ab181e11867 --- vp8/decoder/onyxd_int.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vp8/decoder/onyxd_int.h') diff --git a/vp8/decoder/onyxd_int.h b/vp8/decoder/onyxd_int.h index be6ffe6be..4e8da50df 100644 --- a/vp8/decoder/onyxd_int.h +++ b/vp8/decoder/onyxd_int.h @@ -42,19 +42,11 @@ typedef struct int size; } DATARATE; -typedef struct -{ - INT16 min_val; - INT16 Length; - UINT8 Probs[12]; -} TOKENEXTRABITS; - typedef struct { int const *scan; UINT8 const *ptr_block2leftabove; vp8_tree_index const *vp8_coef_tree_ptr; - TOKENEXTRABITS const *teb_base_ptr; unsigned char *norm_ptr; UINT8 *ptr_coef_bands_x; -- cgit v1.2.3