Skip to content
GitLab
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
a98ceea7
Commit
a98ceea7
authored
Jan 06, 2017
by
Yaowu Xu
Browse files
add a minor clarification in comment
Change-Id: I7320074ff7bd95d833cba8afb04fcc0730392f1e
parent
f1c06a73
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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