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
a6ea77d1
Commit
a6ea77d1
authored
Aug 22, 2018
by
Thomas Daede
Browse files
Make default_nmv_context not static.
parent
82e0d124
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymv.c
View file @
a6ea77d1
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include
"av1/common/onyxc_int.h"
#include
"av1/common/onyxc_int.h"
#include
"av1/common/entropymv.h"
#include
"av1/common/entropymv.h"
static
const
nmv_context
default_nmv_context
=
{
const
nmv_context
default_nmv_context
=
{
{
AOM_CDF4
(
4096
,
11264
,
19328
)
},
// joints_cdf
{
AOM_CDF4
(
4096
,
11264
,
19328
)
},
// joints_cdf
{
{
{
{
// Vertical component
// Vertical component
...
...
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