Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
71bf3eec
Commit
71bf3eec
authored
Jan 18, 2017
by
Jingning Han
Browse files
Offset default probs in wrapped_motion
Change-Id: I2e39d2f23c8bb18878597e198b5ba7f98f07ecef
parent
91f01fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymode.c
View file @
71bf3eec
...
@@ -580,6 +580,9 @@ const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
...
@@ -580,6 +580,9 @@ const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
static
const
aom_prob
default_motion_mode_prob
[
BLOCK_SIZES
]
static
const
aom_prob
default_motion_mode_prob
[
BLOCK_SIZES
]
[
MOTION_MODES
-
1
]
=
{
[
MOTION_MODES
-
1
]
=
{
#if CONFIG_CB4X4
{
255
},
{
255
},
{
255
},
#endif
{
255
},
{
255
},
{
255
},
{
255
},
{
255
},
{
255
},
{
151
},
{
153
},
{
144
},
{
151
},
{
153
},
{
144
},
{
178
},
{
165
},
{
160
},
{
178
},
{
165
},
{
160
},
...
@@ -597,6 +600,9 @@ const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
...
@@ -597,6 +600,9 @@ const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
};
};
static
const
aom_prob
default_motion_mode_prob
[
BLOCK_SIZES
][
MOTION_MODES
-
1
]
=
static
const
aom_prob
default_motion_mode_prob
[
BLOCK_SIZES
][
MOTION_MODES
-
1
]
=
{
{
#if CONFIG_CB4X4
{
255
,
200
},
{
255
,
200
},
{
255
,
200
},
#endif
{
255
,
200
},
{
255
,
200
},
{
255
,
200
},
{
151
,
200
},
{
153
,
200
},
{
255
,
200
},
{
255
,
200
},
{
255
,
200
},
{
151
,
200
},
{
153
,
200
},
{
144
,
200
},
{
178
,
200
},
{
165
,
200
},
{
160
,
200
},
{
207
,
200
},
{
144
,
200
},
{
178
,
200
},
{
165
,
200
},
{
160
,
200
},
{
207
,
200
},
{
195
,
200
},
{
168
,
200
},
{
244
,
200
},
{
195
,
200
},
{
168
,
200
},
{
244
,
200
},
...
@@ -607,6 +613,9 @@ static const aom_prob default_motion_mode_prob[BLOCK_SIZES][MOTION_MODES - 1] =
...
@@ -607,6 +613,9 @@ static const aom_prob default_motion_mode_prob[BLOCK_SIZES][MOTION_MODES - 1] =
// Probability for the case that only 1 additional motion mode is allowed
// Probability for the case that only 1 additional motion mode is allowed
static
const
aom_prob
default_obmc_prob
[
BLOCK_SIZES
]
=
{
static
const
aom_prob
default_obmc_prob
[
BLOCK_SIZES
]
=
{
#if CONFIG_CB4X4
255
,
255
,
255
,
#endif
255
,
255
,
255
,
151
,
153
,
144
,
178
,
165
,
160
,
207
,
195
,
168
,
244
,
255
,
255
,
255
,
151
,
153
,
144
,
178
,
165
,
160
,
207
,
195
,
168
,
244
,
#if CONFIG_EXT_PARTITION
#if CONFIG_EXT_PARTITION
252
,
252
,
252
,
252
,
252
,
252
,
...
...
Write
Preview
Supports
Markdown
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