Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
4e9dc6d4
Commit
4e9dc6d4
authored
Jan 22, 2014
by
Johann
Committed by
Gerrit Code Review
Jan 22, 2014
Browse files
Merge "Match vp9_coefband_trans_* declarations"
parents
7f30a6f8
6c492fc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropy.h
View file @
4e9dc6d4
...
...
@@ -112,8 +112,8 @@ static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) {
// This macro is currently unused but may be used by certain implementations
#define MAXBAND_INDEX 21
extern
const
uint8_t
vp9_coefband_trans_8x8plus
[
1024
];
extern
const
uint8_t
vp9_coefband_trans_4x4
[
16
];
extern
DECLARE_ALIGNED
(
16
,
const
uint8_t
,
vp9_coefband_trans_8x8plus
[
1024
]
)
;
extern
DECLARE_ALIGNED
(
16
,
const
uint8_t
,
vp9_coefband_trans_4x4
[
16
]
)
;
static
const
uint8_t
*
get_band_translate
(
TX_SIZE
tx_size
)
{
return
tx_size
==
TX_4X4
?
vp9_coefband_trans_4x4
...
...
Write
Preview
Markdown
is supported
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