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
Guillaume Martres
aom-rav1e
Commits
9443f05e
Commit
9443f05e
authored
Oct 16, 2012
by
Ronald S. Bultje
Browse files
Fix a mismatch if a keyframe contains skip-blocks.
Change-Id: I0681d3183f51627be8c2bb76f343b7270f9116d8
parent
d5955a42
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.c
View file @
9443f05e
...
...
@@ -4379,6 +4379,7 @@ void vp8_rd_pick_intra_mode(VP8_COMP *cpi, MACROBLOCK *x,
if
(
cpi
->
common
.
mb_no_coeff_skip
&&
y_intra16x16_skippable
&&
uv_intra_skippable_8x8
)
{
mbmi
->
mb_skip_coeff
=
1
;
mbmi
->
mode
=
mode16x16
;
mbmi
->
uv_mode
=
modeuv
;
rate
=
rateuv8x8
+
rate16x16
-
rateuv8x8_tokenonly
-
rate16x16_tokenonly
+
vp8_cost_bit
(
get_pred_prob
(
cm
,
xd
,
PRED_MBSKIP
),
1
);
...
...
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