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
59058775
Commit
59058775
authored
Oct 20, 2015
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp10: use correct constant for bw adaptation of seg pred probs.
Change-Id: Idb869a77a126982814b8e7e288f952a65340e6be
parent
3d908191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp10/common/entropymode.c
vp10/common/entropymode.c
+1
-1
No files found.
vp10/common/entropymode.c
View file @
59058775
...
...
@@ -865,7 +865,7 @@ void vp10_adapt_intra_frame_probs(VP10_COMMON *cm) {
#if CONFIG_MISC_FIXES
if
(
cm
->
seg
.
temporal_update
)
{
for
(
i
=
0
;
i
<
INTRA_INTER_CONTEXT
S
;
i
++
)
for
(
i
=
0
;
i
<
PREDICTION_PROB
S
;
i
++
)
fc
->
seg
.
pred_probs
[
i
]
=
mode_mv_merge_probs
(
pre_fc
->
seg
.
pred_probs
[
i
],
counts
->
seg
.
pred
[
i
]);
...
...
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