summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.c
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2015-11-03 15:38:54 -0800
committerAlex Converse <aconverse@google.com>2015-11-03 15:40:44 -0800
commit246e0eaa71b01e7d619f85e7c39bd3e837dab90e (patch)
tree2f423e5137f513b328a2ae9ce18620eccb179e1c /vp9/common/vp9_entropy.c
parent255bcf869707fc0b4ccc2cbdf6ef2fc05dd09ecb (diff)
downloadlibvpx-246e0eaa71b01e7d619f85e7c39bd3e837dab90e.tar
libvpx-246e0eaa71b01e7d619f85e7c39bd3e837dab90e.tar.gz
libvpx-246e0eaa71b01e7d619f85e7c39bd3e837dab90e.tar.bz2
libvpx-246e0eaa71b01e7d619f85e7c39bd3e837dab90e.zip
Deduplicate some high bit depth tables
Change-Id: I6977f7d155cc1e81ae2393933893caac6770821f
Diffstat (limited to 'vp9/common/vp9_entropy.c')
-rw-r--r--vp9/common/vp9_entropy.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/vp9/common/vp9_entropy.c b/vp9/common/vp9_entropy.c
index 1c8158187..fc022093c 100644
--- a/vp9/common/vp9_entropy.c
+++ b/vp9/common/vp9_entropy.c
@@ -36,20 +36,6 @@ const vpx_prob vp9_cat6_prob[] = {
254, 254, 254, 252, 249, 243, 230, 196, 177, 153, 140, 133, 130, 129
};
#if CONFIG_VP9_HIGHBITDEPTH
-const vpx_prob vp9_cat1_prob_high10[] = { 159 };
-const vpx_prob vp9_cat2_prob_high10[] = { 165, 145 };
-const vpx_prob vp9_cat3_prob_high10[] = { 173, 148, 140 };
-const vpx_prob vp9_cat4_prob_high10[] = { 176, 155, 140, 135 };
-const vpx_prob vp9_cat5_prob_high10[] = { 180, 157, 141, 134, 130 };
-const vpx_prob vp9_cat6_prob_high10[] = {
- 255, 255, 254, 254, 254, 252, 249, 243,
- 230, 196, 177, 153, 140, 133, 130, 129
-};
-const vpx_prob vp9_cat1_prob_high12[] = { 159 };
-const vpx_prob vp9_cat2_prob_high12[] = { 165, 145 };
-const vpx_prob vp9_cat3_prob_high12[] = { 173, 148, 140 };
-const vpx_prob vp9_cat4_prob_high12[] = { 176, 155, 140, 135 };
-const vpx_prob vp9_cat5_prob_high12[] = { 180, 157, 141, 134, 130 };
const vpx_prob vp9_cat6_prob_high12[] = {
255, 255, 255, 255, 254, 254, 254, 252, 249,
243, 230, 196, 177, 153, 140, 133, 130, 129