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
051332a6
Commit
051332a6
authored
May 13, 2014
by
Yaowu Xu
Browse files
vp9_tokenize.c: cleanup -wextra warnings
Change-Id: I85854f1ab2d60feea0bfe6b2141f89a998777ecb
parent
b0ab6003
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_tokenize.c
View file @
051332a6
...
...
@@ -232,7 +232,6 @@ static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize,
cpi
->
common
.
fc
.
coef_probs
[
tx_size
][
type
][
ref
];
unsigned
int
(
*
const
eob_branch
)[
COEFF_CONTEXTS
]
=
cpi
->
common
.
counts
.
eob_branch
[
tx_size
][
type
][
ref
];
const
uint8_t
*
const
band
=
get_band_translate
(
tx_size
);
const
int
seg_eob
=
get_tx_eob
(
&
cpi
->
common
.
seg
,
segment_id
,
tx_size
);
...
...
@@ -294,6 +293,8 @@ static void is_skippable(int plane, int block,
BLOCK_SIZE
plane_bsize
,
TX_SIZE
tx_size
,
void
*
argv
)
{
struct
is_skippable_args
*
args
=
argv
;
(
void
)
plane_bsize
;
(
void
)
tx_size
;
args
->
skippable
[
0
]
&=
(
!
args
->
x
->
plane
[
plane
].
eobs
[
block
]);
}
...
...
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