Skip to content
GitLab
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
469a5c80
Commit
469a5c80
authored
Dec 28, 2016
by
Jingning Han
Browse files
Format clean-up in entropymode.c
Change-Id: Id24b4ac814b8b9db8ca3dd8d8d0c19174f345c75
parent
8260d8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymode.c
View file @
469a5c80
...
...
@@ -1491,8 +1491,8 @@ static const aom_prob
{
0
},
{
0
},
{
0
},
#if EXT_TX_SIZES == 4
},
#if EXT_TX_SIZES == 4
{
{
0
},
{
0
},
...
...
@@ -1504,8 +1504,8 @@ static const aom_prob
{
0
},
{
0
},
{
0
},
#endif
},
#endif
},
{
{
...
...
@@ -1543,8 +1543,8 @@ static const aom_prob
{
10
,
23
,
32
,
128
,
80
,
176
},
{
10
,
23
,
32
,
128
,
80
,
176
},
{
10
,
32
,
32
,
128
,
16
,
64
},
#if EXT_TX_SIZES == 4
},
#if EXT_TX_SIZES == 4
{
{
8
,
224
,
32
,
128
,
64
,
128
},
{
10
,
32
,
32
,
128
,
16
,
192
},
...
...
@@ -1556,8 +1556,8 @@ static const aom_prob
{
10
,
23
,
32
,
128
,
80
,
176
},
{
10
,
23
,
32
,
128
,
80
,
176
},
{
10
,
32
,
32
,
128
,
16
,
64
},
#endif
},
#endif
},
{
{
...
...
@@ -1595,8 +1595,8 @@ static const aom_prob
{
10
,
23
,
80
,
176
},
{
10
,
23
,
80
,
176
},
{
10
,
32
,
16
,
64
},
#if EXT_TX_SIZES == 4
},
#if EXT_TX_SIZES == 4
{
{
8
,
224
,
64
,
128
},
{
10
,
32
,
16
,
192
},
...
...
@@ -1608,11 +1608,10 @@ static const aom_prob
{
10
,
23
,
80
,
176
},
{
10
,
23
,
80
,
176
},
{
10
,
32
,
16
,
64
},
#endif
},
#endif
},
};
#else
/* clang-format off */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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