Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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