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
b2a0cfd2
Commit
b2a0cfd2
authored
Nov 15, 2016
by
Debargha Mukherjee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to GLOBAL_MOTION_RATE
Removes spurious ';' Change-Id: I63c9fe1ef116d1d3c6a61a55072445a2b913b616
parent
53291fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/encoder/rdopt.c
av1/encoder/rdopt.c
+1
-1
No files found.
av1/encoder/rdopt.c
View file @
b2a0cfd2
...
...
@@ -4363,7 +4363,7 @@ static int get_gmbitcost(const WarpedMotionParams *gm, const aom_prob *probs) {
? 0 \
: get_gmbitcost(&cm->global_motion[(ref)], \
cm->fc->global_motion_types_prob) / \
GLOBAL_MOTION_COST_AMORTIZATION_BLKS)
;
GLOBAL_MOTION_COST_AMORTIZATION_BLKS)
#else
#define GLOBAL_MOTION_RATE(ref) 0
#endif // GLOBAL_MOTION_COST_AMORTIZATION_BLKS > 0
...
...
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