Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
fa428952
Commit
fa428952
authored
Mar 31, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Mar 31, 2015
Browse files
Merge "Allow block skip coding option in RTC mode"
parents
1638d7dc
ebe1be91
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
fa428952
...
...
@@ -1082,6 +1082,7 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
}
else
{
this_rdc
.
rate
=
vp9_cost_bit
(
vp9_get_skip_prob
(
cm
,
xd
),
1
);
this_rdc
.
dist
=
this_sse
;
x
->
skip_txfm
[
0
]
=
1
;
}
}
...
...
Write
Preview
Supports
Markdown
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