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
416f315e
Commit
416f315e
authored
Jul 22, 2013
by
Jingning Han
Committed by
Gerrit Code Review
Jul 22, 2013
Browse files
Merge "Skip buffer update in sub8x8 rd loop"
parents
a5a9f5f7
c725502b
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
416f315e
...
...
@@ -2189,6 +2189,8 @@ static int64_t rd_pick_best_mbsegmentation(VP9_COMP *cpi, MACROBLOCK *x,
rd_check_segment_txsize
(
cpi
,
x
,
bsi_buf
,
filter_idx
,
seg_mvs
,
mi_row
,
mi_col
);
if
(
bsi
.
segment_rd
>
best_rd
)
return
INT64_MAX
;
/* set it to the best */
for
(
i
=
0
;
i
<
4
;
i
++
)
{
mode_idx
=
inter_mode_offset
(
bsi
->
modes
[
i
]);
...
...
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