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
34675e66
Commit
34675e66
authored
Aug 27, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Aug 27, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Re-use switchable rate value in handle_inter_mode"
parents
4e4f4ba8
4db022c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_rdopt.c
+1
-1
No files found.
vp9/encoder/vp9_rdopt.c
View file @
34675e66
...
...
@@ -2375,7 +2375,7 @@ static int64_t handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
}
if
(
cm
->
interp_filter
==
SWITCHABLE
)
*
rate2
+=
vp9_get_switchable_rate
(
cpi
)
;
*
rate2
+=
rs
;
if
(
!
is_comp_pred
)
{
if
(
cpi
->
allow_encode_breakout
)
...
...
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