summaryrefslogtreecommitdiff
path: root/vp8/common/entropy.h
diff options
context:
space:
mode:
authorFritz Koenig <frkoenig@google.com>2010-12-09 15:00:30 -0800
committerFritz Koenig <frkoenig@google.com>2010-12-09 15:00:30 -0800
commite0cf330cde66e6e480f19f4c91b1d6d2746e77b0 (patch)
treeb627de187408b73ac131ec05ae34b553c30012aa /vp8/common/entropy.h
parentc63fc881e109de884e98959ecabcc057fbba2d32 (diff)
downloadlibvpx-e0cf330cde66e6e480f19f4c91b1d6d2746e77b0.tar
libvpx-e0cf330cde66e6e480f19f4c91b1d6d2746e77b0.tar.gz
libvpx-e0cf330cde66e6e480f19f4c91b1d6d2746e77b0.tar.bz2
libvpx-e0cf330cde66e6e480f19f4c91b1d6d2746e77b0.zip
vp8 fast quantizer sse2 optimizations for eob.
Changed the end of block computation to use pmaxw. Removed additional pushing and popping of registers that was not needed. Change-Id: I08cb9b424513cd8a2c7ad8cea53b4e2adc66ef98
Diffstat (limited to 'vp8/common/entropy.h')
-rw-r--r--vp8/common/entropy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/common/entropy.h b/vp8/common/entropy.h
index 70e2ae675..fa2fce47b 100644
--- a/vp8/common/entropy.h
+++ b/vp8/common/entropy.h
@@ -95,6 +95,7 @@ struct VP8Common;
void vp8_default_coef_probs(struct VP8Common *);
extern DECLARE_ALIGNED(16, const int, vp8_default_zig_zag1d[16]);
+extern DECLARE_ALIGNED(16, const short, vp8_default_inv_zig_zag[16]);
extern short vp8_default_zig_zag_mask[16];
extern const int vp8_mb_feature_data_bits[MB_LVL_MAX];