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
46c71e5e
Commit
46c71e5e
authored
Mar 21, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Mar 21, 2014
Browse files
Merge "Remove duplicate declaration"
parents
1231638d
7ef16efc
Changes
3
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_enums.h
View file @
46c71e5e
...
...
@@ -94,6 +94,12 @@ typedef enum {
SRGB
=
7
// RGB
}
COLOR_SPACE
;
typedef
enum
{
VP9_LAST_FLAG
=
1
<<
0
,
VP9_GOLD_FLAG
=
1
<<
1
,
VP9_ALT_FLAG
=
1
<<
2
,
}
VP9_REFFRAME
;
#ifdef __cplusplus
}
// extern "C"
#endif
...
...
vp9/decoder/vp9_decoder.h
View file @
46c71e5e
...
...
@@ -37,12 +37,6 @@ typedef struct {
int
input_partition
;
}
VP9D_CONFIG
;
typedef
enum
{
VP9_LAST_FLAG
=
1
,
VP9_GOLD_FLAG
=
2
,
VP9_ALT_FLAG
=
4
}
VP9_REFFRAME
;
typedef
struct
VP9Decompressor
{
DECLARE_ALIGNED
(
16
,
MACROBLOCKD
,
mb
);
...
...
vp9/encoder/vp9_onyx_int.h
View file @
46c71e5e
...
...
@@ -418,12 +418,6 @@ typedef enum {
ONETWO
=
3
}
VPX_SCALING
;
typedef
enum
{
VP9_LAST_FLAG
=
1
<<
0
,
VP9_GOLD_FLAG
=
1
<<
1
,
VP9_ALT_FLAG
=
1
<<
2
,
}
VP9_REFFRAME
;
typedef
enum
{
USAGE_LOCAL_FILE_PLAYBACK
=
0
,
USAGE_STREAM_FROM_SERVER
=
1
,
...
...
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