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
60737c9f
Commit
60737c9f
authored
Sep 23, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 23, 2014
Browse files
Merge "Fix an IOC"
parents
4109372a
56032b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
60737c9f
...
...
@@ -2585,7 +2585,7 @@ int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
int
mode_skip_start
=
cpi
->
sf
.
mode_skip_start
+
1
;
const
int
*
const
rd_threshes
=
rd_opt
->
threshes
[
segment_id
][
bsize
];
const
int
*
const
rd_thresh_freq_fact
=
rd_opt
->
thresh_freq_fact
[
bsize
];
int
mode_threshold
[
MAX_MODES
];
int
64_t
mode_threshold
[
MAX_MODES
];
int
*
mode_map
=
rd_opt
->
mode_map
[
bsize
];
const
int
mode_search_skip_flags
=
cpi
->
sf
.
mode_search_skip_flags
;
vp9_zero
(
best_mbmode
);
...
...
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