summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tokenize.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-02-15 12:09:05 -0800
committerRonald S. Bultje <rbultje@google.com>2013-02-15 14:06:30 -0800
commit3af36ea8cc2e532c648e1d76d9aac96a0d612e1f (patch)
tree7687c43f1d2eb4de183931bae23cd8d37d8c9775 /vp9/encoder/vp9_tokenize.h
parent48598e30b1927487bf51c5c7543984d18ef7db29 (diff)
downloadlibvpx-3af36ea8cc2e532c648e1d76d9aac96a0d612e1f.tar
libvpx-3af36ea8cc2e532c648e1d76d9aac96a0d612e1f.tar.gz
libvpx-3af36ea8cc2e532c648e1d76d9aac96a0d612e1f.tar.bz2
libvpx-3af36ea8cc2e532c648e1d76d9aac96a0d612e1f.zip
Remove Y2 and Y-no-DC token types from the bitstream.
Change-Id: I7a5314daca993d46b8666ba1ec2ff3766c1e5042
Diffstat (limited to 'vp9/encoder/vp9_tokenize.h')
-rw-r--r--vp9/encoder/vp9_tokenize.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_tokenize.h b/vp9/encoder/vp9_tokenize.h
index c1a4c0520..01aa7fb79 100644
--- a/vp9/encoder/vp9_tokenize.h
+++ b/vp9/encoder/vp9_tokenize.h
@@ -61,9 +61,9 @@ extern vp9_coeff_accum context_counters_8x8[BLOCK_TYPES_8X8];
extern vp9_coeff_accum context_counters_16x16[BLOCK_TYPES_16X16];
extern vp9_coeff_accum context_counters_32x32[BLOCK_TYPES_32X32];
-extern vp9_coeff_accum hybrid_context_counters_4x4[BLOCK_TYPES_4X4];
-extern vp9_coeff_accum hybrid_context_counters_8x8[BLOCK_TYPES_8X8];
-extern vp9_coeff_accum hybrid_context_counters_16x16[BLOCK_TYPES_16X16];
+extern vp9_coeff_accum hybrid_context_counters_4x4[BLOCK_TYPES_4X4_HYBRID];
+extern vp9_coeff_accum hybrid_context_counters_8x8[BLOCK_TYPES_8X8_HYBRID];
+extern vp9_coeff_accum hybrid_context_counters_16x16[BLOCK_TYPES_16X16_HYBRID];
#endif
extern const int *vp9_dct_value_cost_ptr;