Skip to content
GitLab
Menu
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
2ba3277a
Commit
2ba3277a
authored
Mar 02, 2017
by
Thomas Davies
Browse files
Remove duplicate backwards adaptation for delta q.
Change-Id: I49fc7c63b5a8db648856ee046e3209dc577f4067
parent
665cd70a
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymode.c
View file @
2ba3277a
...
...
@@ -2012,12 +2012,6 @@ void av1_adapt_inter_frame_probs(AV1_COMMON *cm) {
av1_switchable_interp_tree
,
pre_fc
->
switchable_interp_prob
[
i
],
counts
->
switchable_interp
[
i
],
fc
->
switchable_interp_prob
[
i
]);
}
#if CONFIG_DELTA_Q
for
(
i
=
0
;
i
<
DELTA_Q_PROBS
;
++
i
)
fc
->
delta_q_prob
[
i
]
=
mode_mv_merge_probs
(
pre_fc
->
delta_q_prob
[
i
],
counts
->
delta_q
[
i
]);
#endif
}
void
av1_adapt_intra_frame_probs
(
AV1_COMMON
*
cm
)
{
...
...
Write
Preview
Supports
Markdown
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