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
5aa56f7c
Commit
5aa56f7c
authored
Mar 14, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Mar 14, 2014
Browse files
Merge "Properly reset the block coding skip flag array in non-RD mode"
parents
e6058ea0
a2e711ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
5aa56f7c
...
...
@@ -2887,6 +2887,7 @@ static void encode_frame_internal(VP9_COMP *cpi) {
pd
[
i
].
dqcoeff
=
ctx
->
dqcoeff_pbuf
[
i
][
0
];
p
[
i
].
eobs
=
ctx
->
eobs_pbuf
[
i
][
0
];
}
vp9_zero
(
x
->
zcoeff_blk
);
}
{
...
...
@@ -3177,6 +3178,7 @@ static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t, int output_enabled,
x
->
use_lp32x32fdct
=
cpi
->
sf
.
use_lp32x32fdct
;
x
->
skip_encode
=
(
!
output_enabled
&&
cpi
->
sf
.
skip_encode_frame
&&
x
->
q_index
<
QIDX_SKIP_THRESH
);
if
(
x
->
skip_encode
)
return
;
...
...
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