Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
4b3e44f9
Commit
4b3e44f9
authored
Feb 22, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Feb 22, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Periodically update mode and mv costs"
parents
8e3ef6c0
836252bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_rdopt.c
+4
-2
No files found.
vp9/encoder/vp9_rdopt.c
View file @
4b3e44f9
...
...
@@ -295,13 +295,15 @@ void vp9_initialize_rd_consts(VP9_COMP *cpi) {
set_block_thresholds
(
cpi
);
fill_token_costs
(
x
->
token_costs
,
cm
->
fc
.
coef_probs
);
if
(
!
cpi
->
sf
.
use_pick_mode
)
{
fill_token_costs
(
x
->
token_costs
,
cm
->
fc
.
coef_probs
);
for
(
i
=
0
;
i
<
PARTITION_CONTEXTS
;
i
++
)
vp9_cost_tokens
(
x
->
partition_cost
[
i
],
get_partition_probs
(
cm
,
i
),
vp9_partition_tree
);
}
if
(
!
cpi
->
sf
.
use_pick_mode
||
(
cm
->
current_video_frame
&
0x07
)
==
1
)
{
fill_mode_costs
(
cpi
);
if
(
!
frame_is_intra_only
(
cm
))
{
...
...
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