Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
56032b47
Commit
56032b47
authored
Sep 23, 2014
by
Yaowu Xu
Browse files
Fix an IOC
Change-Id: I0ca6746696d81657c035b0f6523c9af370da3c95
parent
7feede98
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
56032b47
...
...
@@ -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
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