]> granicus.if.org Git - libvpx/commitdiff
vp9_quantizer.c: cleanup -wextra warnings
authorYaowu Xu <yaowu@google.com>
Tue, 13 May 2014 16:56:43 +0000 (09:56 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 14 May 2014 16:37:45 +0000 (09:37 -0700)
Change-Id: If5a3c48a8c554018a5d63c1541a2900f15767a00

vp9/encoder/vp9_quantize.c

index 5206bb671733f54b4f5360d6b07964851a6d901e..4d3086d6075086cd47f1fe2e83b2551aa7c604d8 100644 (file)
@@ -32,6 +32,7 @@ void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count,
                          zbin_ptr[1] + zbin_oq_value };
   const int nzbins[2] = { zbins[0] * -1,
                           zbins[1] * -1 };
+  (void)iscan;
 
   vpx_memset(qcoeff_ptr, 0, count * sizeof(int16_t));
   vpx_memset(dqcoeff_ptr, 0, count * sizeof(int16_t));
@@ -87,6 +88,7 @@ void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs,
   int idx = 0;
   int idx_arr[1024];
   int i, eob = -1;
+  (void)iscan;
 
   vpx_memset(qcoeff_ptr, 0, n_coeffs * sizeof(int16_t));
   vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t));