summaryrefslogtreecommitdiff
path: root/vp8/encoder/asm_enc_offsets.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-10-17 16:47:38 -0700
committerJohn Koleszar <jkoleszar@google.com>2012-10-19 12:31:15 -0700
commite9fd1eace1c9b35733fa988d2f661fb16548e899 (patch)
tree9faec7607a60fafe8717a5eefea8c615c007709d /vp8/encoder/asm_enc_offsets.c
parentf3208f362b0a08b815a3439c7d71890eef49f174 (diff)
downloadlibvpx-e9fd1eace1c9b35733fa988d2f661fb16548e899.tar
libvpx-e9fd1eace1c9b35733fa988d2f661fb16548e899.tar.gz
libvpx-e9fd1eace1c9b35733fa988d2f661fb16548e899.tar.bz2
libvpx-e9fd1eace1c9b35733fa988d2f661fb16548e899.zip
Remove bc, bc2 from pbi,cpi,xd
Pass the bool coder to be used explicitly. This avoids cases where two different bool coders can be addressed from the same function. Also be more consistent with bool coder variable naming, start to standardize on 'bc'. Change-Id: I1c95e2fdbe24ebe8c0f84924daa1728e3b054a31
Diffstat (limited to 'vp8/encoder/asm_enc_offsets.c')
-rw-r--r--vp8/encoder/asm_enc_offsets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/asm_enc_offsets.c b/vp8/encoder/asm_enc_offsets.c
index c79e915f8..8e74901b3 100644
--- a/vp8/encoder/asm_enc_offsets.c
+++ b/vp8/encoder/asm_enc_offsets.c
@@ -68,7 +68,6 @@ DEFINE(vp8_extra_bit_struct_base_val, offsetof(vp8_extra_bit_struct, b
DEFINE(vp8_comp_tplist, offsetof(VP8_COMP, tplist));
DEFINE(vp8_comp_common, offsetof(VP8_COMP, common));
-DEFINE(vp8_comp_bc2, offsetof(VP8_COMP, bc2));
DEFINE(tokenlist_start, offsetof(TOKENLIST, start));
DEFINE(tokenlist_stop, offsetof(TOKENLIST, stop));