Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
d16a8365
Commit
d16a8365
authored
Mar 09, 2017
by
Sebastien Alaiwan
Committed by
sebastien alaiwan
Mar 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename a macro
Change-Id: I4d6db116692b9a236ae8555e4d4e5d0c403f6c13
parent
44877477
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
av1/encoder/rdopt.c
av1/encoder/rdopt.c
+2
-2
No files found.
av1/encoder/rdopt.c
View file @
d16a8365
...
...
@@ -5785,7 +5785,7 @@ static int64_t rd_pick_inter_best_sub8x8_mode(
for (idx = 0; idx < 4; ++idx) bsi->modes[idx] = ZEROMV;
#if CONFIG_REFMV
#if CONFIG_REF
_
MV
for (idx = 0; idx < 4; ++idx) {
for (k = NEARESTMV; k <= NEWMV; ++k) {
bsi->rdstat[idx][INTER_OFFSET(k)].pred_mv[0].as_int = INVALID_MV;
...
...
@@ -5795,7 +5795,7 @@ static int64_t rd_pick_inter_best_sub8x8_mode(
bsi->rdstat[idx][INTER_OFFSET(k)].mvs[1].as_int = INVALID_MV;
}
}
#endif // CONFIG_REFMV
#endif // CONFIG_REF
_
MV
memcpy(t_above, pd->above_context, sizeof(t_above));
memcpy(t_left, pd->left_context, sizeof(t_left));
...
...
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