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
3b84c803
Commit
3b84c803
authored
Jun 15, 2016
by
Debargha Mukherjee
Committed by
Gerrit Code Review
Jun 15, 2016
Browse files
Merge "Re-initialise quantiser after changing segment." into nextgenv2
parents
1b735da7
9e959194
Changes
1
Show whitespace changes
Inline
Side-by-side
vp10/encoder/encodeframe.c
View file @
3b84c803
...
...
@@ -1731,6 +1731,9 @@ static void rd_pick_sb_modes(VP10_COMP *cpi,
const
int
energy
=
bsize
<=
BLOCK_16X16
?
x
->
mb_energy
:
vp10_block_energy
(
cpi
,
x
,
bsize
);
mbmi
->
segment_id
=
vp10_vaq_segment_id
(
energy
);
// Re-initialise quantiser
vp10_init_plane_quantizers
(
cpi
,
x
,
mbmi
->
segment_id
);
x
->
encode_breakout
=
cpi
->
segment_encode_breakout
[
mbmi
->
segment_id
];
}
x
->
rdmult
=
set_segment_rdmult
(
cpi
,
x
,
mbmi
->
segment_id
);
}
else
if
(
aq_mode
==
COMPLEXITY_AQ
)
{
...
...
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