From 9946ee23e0a4c158e26a505b162a072f81b8a3be Mon Sep 17 00:00:00 2001 From: Paul Wilkins Date: Fri, 19 Dec 2014 15:02:58 +0000 Subject: Revert "Removal of legacy zbin_extra / zbin_oq_value." This reverts commit e9b586e21bb899e247346e82bccf5afb42604910. Change-Id: I5b36e6727da6c05278d97e2c37b80c109f79bed4 --- vp9/encoder/x86/vp9_dct_sse2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vp9/encoder/x86/vp9_dct_sse2.c') diff --git a/vp9/encoder/x86/vp9_dct_sse2.c b/vp9/encoder/x86/vp9_dct_sse2.c index ae22a0b32..e671f3998 100644 --- a/vp9/encoder/x86/vp9_dct_sse2.c +++ b/vp9/encoder/x86/vp9_dct_sse2.c @@ -254,7 +254,7 @@ void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, const int16_t* round_ptr, const int16_t* quant_ptr, const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, - uint16_t* eob_ptr, + int zbin_oq_value, uint16_t* eob_ptr, const int16_t* scan_ptr, const int16_t* iscan_ptr) { __m128i zero; @@ -287,6 +287,7 @@ void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, (void)scan_ptr; (void)zbin_ptr; (void)quant_shift_ptr; + (void)zbin_oq_value; (void)coeff_ptr; // Pre-condition input (shift by two) -- cgit v1.2.3