Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
99eaa0eb
Commit
99eaa0eb
authored
Jul 06, 2017
by
Wei-Ting Lin
Committed by
Wei-ting Lin
Jul 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compiling bug for ext-inter cdf coding
Change-Id: I1ddc3386d5ed78a8595abfb2fd73d634bc5de03a
parent
8a516a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
av1/common/entropy.c
av1/common/entropy.c
+5
-5
No files found.
av1/common/entropy.c
View file @
99eaa0eb
...
...
@@ -5706,13 +5706,13 @@ void av1_average_tile_inter_cdfs(AV1_COMMON *cm, FRAME_CONTEXT *fc,
AVERAGE_TILE_CDFS(drl_cdf)
#endif
// FIXME: cdfs not defined for motion_mode_prob, obmc_prob
// FIXME: cdfs not defined for super_tx
// FIXME: cdfs not defined for motion_mode_prob, obmc_prob
// FIXME: cdfs not defined for super_tx
#if CONFIG_EXT_INTER
AVERAGE_TILE_CDFS(inter_compound_mode_cdf)
// interintra_mode etc
// interintra_mode etc
#endif
AVERAGE_TILE_CDFS(y_mode_cdf)
if (cm->interp_filter == SWITCHABLE) {
...
...
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