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
58961c74
Commit
58961c74
authored
Dec 18, 2012
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Dec 18, 2012
Browse files
Merge "Remove redundant "Prob" type (it's a duplicate of vp9_prob)." into experimental
parents
779c5f28
ebb5f2f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropy.c
View file @
58961c74
...
...
@@ -24,8 +24,6 @@
typedef
const
uchar
cuchar
;
typedef
const
uint
cuint
;
typedef
vp9_prob
Prob
;
#include
"vp9/common/vp9_coefupdateprobs.h"
const
int
vp9_i8x8_block
[
4
]
=
{
0
,
2
,
8
,
10
};
...
...
@@ -490,12 +488,12 @@ struct vp9_token_struct vp9_coef_encodings[MAX_ENTROPY_TOKENS];
/* Trees for extra bits. Probabilities are constant and
do not depend on previously encoded bits */
static
const
P
rob
Pcat1
[]
=
{
159
};
static
const
P
rob
Pcat2
[]
=
{
165
,
145
};
static
const
P
rob
Pcat3
[]
=
{
173
,
148
,
140
};
static
const
P
rob
Pcat4
[]
=
{
176
,
155
,
140
,
135
};
static
const
P
rob
Pcat5
[]
=
{
180
,
157
,
141
,
134
,
130
};
static
const
P
rob
Pcat6
[]
=
{
static
const
vp9_p
rob
Pcat1
[]
=
{
159
};
static
const
vp9_p
rob
Pcat2
[]
=
{
165
,
145
};
static
const
vp9_p
rob
Pcat3
[]
=
{
173
,
148
,
140
};
static
const
vp9_p
rob
Pcat4
[]
=
{
176
,
155
,
140
,
135
};
static
const
vp9_p
rob
Pcat5
[]
=
{
180
,
157
,
141
,
134
,
130
};
static
const
vp9_p
rob
Pcat6
[]
=
{
254
,
254
,
254
,
252
,
249
,
243
,
230
,
196
,
177
,
153
,
140
,
133
,
130
,
129
};
...
...
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