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
73089031
Commit
73089031
authored
Aug 14, 2012
by
Christian Duvivier
Browse files
Fix build.
Change-Id: I27729a8631cffd54dfbae3ec0f07df7c883f7510
parent
fd084b24
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp8/common/blockd.h
View file @
73089031
...
...
@@ -136,7 +136,7 @@ typedef enum {
TX_SIZE_MAX
// Number of different transforms available
}
TX_SIZE
;
#if CONFIG_HYBRIDTRANSFORM
#if CONFIG_HYBRIDTRANSFORM
8X8 || CONFIG_HYBRIDTRANSFORM
typedef
enum
{
DCT_DCT
=
0
,
// DCT in both horizontal and vertical
ADST_DCT
=
1
,
// ADST in horizontal, DCT in vertical
...
...
vp8/encoder/dct.h
View file @
73089031
...
...
@@ -13,6 +13,7 @@
#define __INC_DCT_H
#include
"vpx_config.h"
#include
"vp8/common/blockd.h"
#define prototype_fdct(sym) void (sym)(short *input, short *output, int pitch)
...
...
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