summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-12-22 09:35:29 -0800
committerJingning Han <jingning@google.com>2014-12-22 10:09:25 -0800
commitd0f237702745c4bfc0297d24f9465f960fb988ed (patch)
tree57183a417ecc6d3552170c14227a6f37608c7833 /vp9/encoder/vp9_quantize.h
parentf4eab151c57fe7e3b608249ce0be53675e271143 (diff)
downloadlibvpx-d0f237702745c4bfc0297d24f9465f960fb988ed.tar
libvpx-d0f237702745c4bfc0297d24f9465f960fb988ed.tar.gz
libvpx-d0f237702745c4bfc0297d24f9465f960fb988ed.tar.bz2
libvpx-d0f237702745c4bfc0297d24f9465f960fb988ed.zip
Revert "Revert "Removal of legacy zbin_extra / zbin_oq_value.""
This reverts commit 9946ee23e0a4c158e26a505b162a072f81b8a3be. Fix the ssse3 asm function. Change-Id: I07f77a63aa98087626e45c4e87aa5dcafc0b0b07
Diffstat (limited to 'vp9/encoder/vp9_quantize.h')
-rw-r--r--vp9/encoder/vp9_quantize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_quantize.h b/vp9/encoder/vp9_quantize.h
index 9aeb5f05b..de2839f5b 100644
--- a/vp9/encoder/vp9_quantize.h
+++ b/vp9/encoder/vp9_quantize.h
@@ -68,8 +68,6 @@ struct VP9Common;
void vp9_frame_init_quantizer(struct VP9_COMP *cpi);
-void vp9_update_zbin_extra(MACROBLOCK *x);
-
void vp9_init_plane_quantizers(struct VP9_COMP *cpi, MACROBLOCK *x);
void vp9_init_quantizer(struct VP9_COMP *cpi);