Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
Use const cdf with aom_read_symbol().
Change-Id: I6e60d9083da8a2d8f7e182e4f12704eddd170df6
parent
e0698495
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
aom_dsp/bitreader.h
aom_dsp/bitreader.h
+1
-1
No files found.
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