Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
2d8dd966
Commit
2d8dd966
authored
Dec 23, 2016
by
Nathan E. Egge
Committed by
Nathan Egge
Jan 09, 2017
Browse files
Use const cdf with aom_read_symbol().
Change-Id: I6e60d9083da8a2d8f7e182e4f12704eddd170df6
parent
e0698495
Changes
1
Hide whitespace changes
Inline
Side-by-side
aom_dsp/bitreader.h
View file @
2d8dd966
...
...
@@ -223,7 +223,7 @@ static INLINE int aom_read_tree_(aom_reader *r, const aom_tree_index *tree,
}
#if CONFIG_EC_MULTISYMBOL
static
INLINE
int
aom_read_cdf_
(
aom_reader
*
r
,
aom_cdf_prob
*
cdf
,
static
INLINE
int
aom_read_cdf_
(
aom_reader
*
r
,
const
aom_cdf_prob
*
cdf
,
int
nsymbs
ACCT_STR_PARAM
)
{
int
ret
;
#if CONFIG_ANS
...
...
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