| Index: source/libvpx/vpx_dsp/x86/quantize_sse2.c
|
| diff --git a/source/libvpx/vpx_dsp/x86/quantize_sse2.c b/source/libvpx/vpx_dsp/x86/quantize_sse2.c
|
| index 8d51aebbbdcfe3cfcb1c117dea8d8c69e56915d0..c2a804e15f6809685ca027693578a2b2a2f1130b 100644
|
| --- a/source/libvpx/vpx_dsp/x86/quantize_sse2.c
|
| +++ b/source/libvpx/vpx_dsp/x86/quantize_sse2.c
|
| @@ -14,7 +14,7 @@
|
| #include "./vpx_dsp_rtcd.h"
|
| #include "vpx/vpx_integer.h"
|
|
|
| -void vp9_quantize_b_sse2(const int16_t* coeff_ptr, intptr_t n_coeffs,
|
| +void vpx_quantize_b_sse2(const int16_t* coeff_ptr, intptr_t n_coeffs,
|
| int skip_block, const int16_t* zbin_ptr,
|
| const int16_t* round_ptr, const int16_t* quant_ptr,
|
| const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr,
|
|
|