Index: source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c |
=================================================================== |
--- source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c (revision 293588) |
+++ source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c (working copy) |
@@ -26,13 +26,12 @@ |
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, |
- int zbin_oq_value, uint16_t *eob_ptr, |
+ uint16_t *eob_ptr, |
const int16_t *scan, const int16_t *iscan) { |
// TODO(jingning) Decide the need of these arguments after the |
// quantization process is completed. |
(void)zbin_ptr; |
(void)quant_shift_ptr; |
- (void)zbin_oq_value; |
(void)scan; |
if (!skip_block) { |