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
Guillaume Martres
aom-rav1e
Commits
39c0e4e0
Commit
39c0e4e0
authored
Oct 11, 2013
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 11, 2013
Browse files
Merge "Disable recode loop."
parents
3a0b59e3
8b989f5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
39c0e4e0
...
...
@@ -767,6 +767,7 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
#endif
sf
->
use_avoid_tested_higherror
=
1
;
sf
->
adaptive_rd_thresh
=
1
;
sf
->
recode_loop
=
(
speed
<
1
);
if
(
speed
==
1
)
{
sf
->
use_square_partition_only
=
!
(
cpi
->
common
.
frame_type
==
KEY_FRAME
||
...
...
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