Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c39a361b
Commit
c39a361b
authored
May 13, 2014
by
Yaowu Xu
Browse files
vp9_quantizer.c: cleanup -wextra warnings
Change-Id: If5a3c48a8c554018a5d63c1541a2900f15767a00
parent
b0ab6003
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_quantize.c
View file @
c39a361b
...
...
@@ -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
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment