summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.c
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2014-05-13 09:56:43 -0700
committerYaowu Xu <yaowu@google.com>2014-05-14 09:37:45 -0700
commitc39a361b0fdb435f399d817cf2545dbae10b6a5e (patch)
tree9fdfdfeb302fc267b66c145904e5c6121ddf91c2 /vp9/encoder/vp9_quantize.c
parentb0ab60038121dd87bd22f67ce5326bd5d8869636 (diff)
downloadlibvpx-c39a361b0fdb435f399d817cf2545dbae10b6a5e.tar
libvpx-c39a361b0fdb435f399d817cf2545dbae10b6a5e.tar.gz
libvpx-c39a361b0fdb435f399d817cf2545dbae10b6a5e.tar.bz2
libvpx-c39a361b0fdb435f399d817cf2545dbae10b6a5e.zip
vp9_quantizer.c: cleanup -wextra warnings
Change-Id: If5a3c48a8c554018a5d63c1541a2900f15767a00
Diffstat (limited to 'vp9/encoder/vp9_quantize.c')
-rw-r--r--vp9/encoder/vp9_quantize.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_quantize.c b/vp9/encoder/vp9_quantize.c
index 5206bb671..4d3086d60 100644
--- a/vp9/encoder/vp9_quantize.c
+++ b/vp9/encoder/vp9_quantize.c
@@ -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));