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
ef059e41
Commit
ef059e41
authored
Feb 07, 2018
by
Thomas Daede
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for smooth_hv.
parent
6a7dab72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
av1/common/entropymode.c
av1/common/entropymode.c
+3
-3
No files found.
av1/common/entropymode.c
View file @
ef059e41
...
...
@@ -2591,7 +2591,7 @@ static const aom_cdf_prob
};
#if CONFIG_SMOOTH_HV
static
const aom_cdf_prob
const aom_cdf_prob
default_if_y_mode_cdf[BLOCK_SIZE_GROUPS][CDF_SIZE(INTRA_MODES)] = {
{
AOM_ICDF(7168), AOM_ICDF(10680), AOM_ICDF(13913), AOM_ICDF(16928),
...
...
@@ -2620,7 +2620,7 @@ static const aom_cdf_prob
};
#if CONFIG_CFL
static
const aom_cdf_prob
const aom_cdf_prob
default_uv_mode_cdf[INTRA_MODES][CDF_SIZE(UV_INTRA_MODES)] = {
{ AOM_ICDF(18377), AOM_ICDF(18815), AOM_ICDF(19743), AOM_ICDF(20178),
AOM_ICDF(20560), AOM_ICDF(20889), AOM_ICDF(21359), AOM_ICDF(22098),
...
...
@@ -2676,7 +2676,7 @@ static const aom_cdf_prob
AOM_ICDF(28612), AOM_ICDF(32768), 0 },
};
#else
static
const aom_cdf_prob
const aom_cdf_prob
default_uv_mode_cdf[INTRA_MODES][CDF_SIZE(UV_INTRA_MODES)] = {
{
AOM_ICDF(23552), AOM_ICDF(25936), AOM_ICDF(28623), AOM_ICDF(29033),
...
...
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