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
d38d5d20
Commit
d38d5d20
authored
Sep 28, 2017
by
Thomas Davies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo in default CDFs for TX_64X64
Change-Id: Ief98301e44a63faacd5f8725f89ef4e0c596a591
parent
fc414a37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
av1/common/entropymode.c
av1/common/entropymode.c
+6
-6
No files found.
av1/common/entropymode.c
View file @
d38d5d20
...
...
@@ -2646,12 +2646,12 @@ static const aom_cdf_prob
{
AOM_ICDF
(
63
*
128
),
AOM_ICDF
(
32768
),
0
},
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
},
#if CONFIG_TX64X64
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
}
{
AOM_ICDF
(
128
*
128
)
,
AOM_ICDF
(
32768
),
0
}
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
}
{
AOM_ICDF
(
128
*
128
)
,
AOM_ICDF
(
32768
),
0
}
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
}
{
AOM_ICDF
(
128
*
128
)
,
AOM_ICDF
(
32768
),
0
}
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
},
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
},
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
}
,
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
},
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
}
,
{
AOM_ICDF
(
128
*
128
),
AOM_ICDF
(
32768
),
0
}
#endif // CONFIG_TX64X64
};
#endif // CONFIG_NEW_MULTISYMBOL
...
...
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