vp7enc: remove duplicate tables
[nihav.git] / nihav-duck / src / codecs / vp7enc / coder.rs
index fcd885ac2d749b1a937ee874e6713e3793c0c2a4..f8664b5f16ce0829a09fd29257e17ecb6c8e807e 100644 (file)
@@ -596,6 +596,4 @@ pub fn estimate_subblock_nits(blk: &[i16; 16], ctype: usize, pctx: u8, probs: &[
     nits
 }
 
-const COEF_BANDS: [usize; 16] = [ 0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7 ];
 const VP6_COEF_ADD_BITS: [u8; 6] = [ 1, 2, 3, 4, 5, 11 ];
-const LONG_VECTOR_ORDER: [usize; 7] = [ 0, 1, 2, 7, 6, 5, 4 ];