Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
415d82ca
Commit
415d82ca
authored
Aug 21, 2017
by
Debargha Mukherjee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence a compiler warning in detokenize
Change-Id: Idcc4c4722bd0379c8667b60115bfd85cf779a6ac
parent
07089c68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
av1/decoder/detokenize.c
av1/decoder/detokenize.c
+1
-2
No files found.
av1/decoder/detokenize.c
View file @
415d82ca
...
...
@@ -116,9 +116,8 @@ static int decode_coefs(MACROBLOCKD *xd, PLANE_TYPE type, tran_low_t *dqcoeff,
const
int
ref
=
is_inter_block
(
&
xd
->
mi
[
0
]
->
mbmi
);
#if CONFIG_AOM_QM && !CONFIG_NEW_QUANT
const
qm_val_t
*
iqmatrix
=
iqm
[
!
ref
][
tx_size
];
#else
(
void
)
tx_type
;
#endif // CONFIG_AOM_QM
(
void
)
tx_type
;
int
band
,
c
=
0
;
const
int
tx_size_ctx
=
txsize_sqr_map
[
tx_size
];
aom_cdf_prob
(
*
coef_head_cdfs
)[
COEFF_CONTEXTS
][
CDF_SIZE
(
ENTROPY_TOKENS
)]
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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