Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
a98ceea7
Commit
a98ceea7
authored
Jan 06, 2017
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a minor clarification in comment
Change-Id: I7320074ff7bd95d833cba8afb04fcc0730392f1e
parent
f1c06a73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/common/loopfilter.c
av1/common/loopfilter.c
+1
-1
No files found.
av1/common/loopfilter.c
View file @
a98ceea7
...
...
@@ -163,7 +163,7 @@ static const uint64_t size_mask[BLOCK_SIZES] = {
0xffffffffffffffffULL
,
// BLOCK_64X64
};
// These are used for masking the left and above borders.
// These are used for masking the left and above
32x32
borders.
static
const
uint64_t
left_border
=
0x1111111111111111ULL
;
static
const
uint64_t
above_border
=
0x000000ff000000ffULL
;
...
...
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