Skip to content
GitLab
Menu
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
44309756
Commit
44309756
authored
Jul 04, 2017
by
Sebastien Alaiwan
Browse files
Inline temporary
Change-Id: I6e2d6baf365b83d758da1a7b7f9507f77c668f2f
parent
2cbf1a20
Changes
1
Hide whitespace changes
Inline
Side-by-side
aom_dsp/inv_txfm.h
View file @
44309756
...
...
@@ -23,8 +23,7 @@ extern "C" {
#endif
static
INLINE
tran_high_t
dct_const_round_shift
(
tran_high_t
input
)
{
tran_high_t
rv
=
ROUND_POWER_OF_TWO
(
input
,
DCT_CONST_BITS
);
return
rv
;
return
ROUND_POWER_OF_TWO
(
input
,
DCT_CONST_BITS
);
}
static
INLINE
tran_high_t
check_range
(
tran_high_t
input
,
int
bd
)
{
...
...
Write
Preview
Supports
Markdown
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