summaryrefslogtreecommitdiff
path: root/vp8/common/defaultcoefcounts.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2011-08-16 16:21:21 -0400
committerScott LaVarnway <slavarnway@google.com>2011-08-16 16:21:21 -0400
commit19987dcbfa02c2185a6d126b34f07366085d0905 (patch)
tree37c8ab7d854a14cc6fbabfe81f1160cc3b2073ee /vp8/common/defaultcoefcounts.h
parentb84e8f20c3aca0f2a65265cf704cc7c15a2c93d4 (diff)
downloadlibvpx-19987dcbfa02c2185a6d126b34f07366085d0905.tar
libvpx-19987dcbfa02c2185a6d126b34f07366085d0905.tar.gz
libvpx-19987dcbfa02c2185a6d126b34f07366085d0905.tar.bz2
libvpx-19987dcbfa02c2185a6d126b34f07366085d0905.zip
Faster vp8_default_coef_probs
Copies from a generated table instead of building the default coeff probabilities during runtime. Change-Id: I4d9551ea3a2d7d4a4f7ce9eda006495221a8de50
Diffstat (limited to 'vp8/common/defaultcoefcounts.h')
-rw-r--r--vp8/common/defaultcoefcounts.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/vp8/common/defaultcoefcounts.h b/vp8/common/defaultcoefcounts.h
deleted file mode 100644
index 7a1e28b7b..000000000
--- a/vp8/common/defaultcoefcounts.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
-
-#ifndef __DEFAULTCOEFCOUNTS_H
-#define __DEFAULTCOEFCOUNTS_H
-
-#include "entropy.h"
-
-extern const unsigned int vp8_default_coef_counts[BLOCK_TYPES]
- [COEF_BANDS]
- [PREV_COEF_CONTEXTS]
- [MAX_ENTROPY_TOKENS];
-
-#endif //__DEFAULTCOEFCOUNTS_H