summaryrefslogtreecommitdiffstats
path: root/libvpx/vp9/common/vp9_quant_common.h
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2013-09-16 15:09:58 -0700
committerhkuang <hkuang@google.com>2013-09-16 15:09:58 -0700
commit3df0563f1b24dac6c0bd122fc922a48211269061 (patch)
treeb1ce6b3d29c43ffd22eb18999c5c3bad26513a48 /libvpx/vp9/common/vp9_quant_common.h
parentf3bed9137f66ef693bd406e43b17e9a1114f1e14 (diff)
downloadandroid_external_libvpx-3df0563f1b24dac6c0bd122fc922a48211269061.tar.gz
android_external_libvpx-3df0563f1b24dac6c0bd122fc922a48211269061.tar.bz2
android_external_libvpx-3df0563f1b24dac6c0bd122fc922a48211269061.zip
Roll latest libvpx into Android.
The latest libvpx has more neon optimizations and a lot of algorithm optimizations which make the vp9 decode much more faster. Change-Id: I75eaacea57ecc7542a780be778f0e9e157978524
Diffstat (limited to 'libvpx/vp9/common/vp9_quant_common.h')
-rw-r--r--libvpx/vp9/common/vp9_quant_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvpx/vp9/common/vp9_quant_common.h b/libvpx/vp9/common/vp9_quant_common.h
index ded9426..83f2fb6 100644
--- a/libvpx/vp9/common/vp9_quant_common.h
+++ b/libvpx/vp9/common/vp9_quant_common.h
@@ -23,6 +23,6 @@ void vp9_init_quant_tables();
int16_t vp9_dc_quant(int qindex, int delta);
int16_t vp9_ac_quant(int qindex, int delta);
-int vp9_get_qindex(MACROBLOCKD *mb, int segment_id, int base_qindex);
+int vp9_get_qindex(struct segmentation *seg, int segment_id, int base_qindex);
#endif // VP9_COMMON_VP9_QUANT_COMMON_H_