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
340d82ef
Commit
340d82ef
authored
Jul 08, 2015
by
Johann
Committed by
Gerrit Code Review
Jul 08, 2015
Browse files
Merge "Use 'unsigned long' for _BitScanReverse parameter"
parents
892128f6
0f96939c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/x86/quantize_ssse3.c
View file @
340d82ef
...
...
@@ -17,7 +17,7 @@
#include
<intrin.h>
#pragma intrinsic(_BitScanReverse)
static
int
bsr
(
int
mask
)
{
int
eob
;
unsigned
long
eob
;
_BitScanReverse
(
&
eob
,
mask
);
eob
++
;
if
(
mask
==
0
)
...
...
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