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
2ba3277a
Commit
2ba3277a
authored
Mar 02, 2017
by
Thomas Davies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate backwards adaptation for delta q.
Change-Id: I49fc7c63b5a8db648856ee046e3209dc577f4067
parent
665cd70a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
av1/common/entropymode.c
av1/common/entropymode.c
+0
-6
No files found.
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
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