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
Xiph.Org
aom-rav1e
Commits
3709e5d7
Commit
3709e5d7
authored
Dec 09, 2016
by
Tristan Matthews
Browse files
odintrin: drop duplicate define
Change-Id: I846cd0c4f5e3d60c76b969183d17ce11e6ba2999
parent
f95a0c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/odintrin.h
View file @
3709e5d7
...
...
@@ -250,9 +250,6 @@ typedef int32_t od_val32;
# define OD_MULT16_16_Q15(a, b) \
(((int16_t)(a)*((int32_t)(int16_t)(b))) >> 15)
/* Multiplies 16-bit a by 32-bit b and keeps bits [16:47]. */
# define OD_MULT16_32_Q16(a, b) ((int16_t)(a)*(int64_t)(int32_t)(b) >> 16)
#ifdef __cplusplus
}
// extern "C"
#endif
...
...
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