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
12069098
Commit
12069098
authored
Nov 14, 2012
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Nov 14, 2012
Browse files
Merge "fix costing bug in pick_uv_sb_mode." into experimental
parents
d7290d49
a653c9d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/rdopt.c
View file @
12069098
...
...
@@ -1875,8 +1875,7 @@ static int64_t rd_pick_intra_sbuv_mode(VP9_COMP *cpi,
super_block_uvrd_8x8
(
x
,
&
this_rate_tokenonly
,
&
this_distortion
,
IF_RTCD
(
&
cpi
->
rtcd
),
&
s
);
this_rate
=
this_rate_tokenonly
+
x
->
mbmode_cost
[
x
->
e_mbd
.
frame_type
]
[
x
->
e_mbd
.
mode_info_context
->
mbmi
.
mode
];
x
->
intra_uv_mode_cost
[
x
->
e_mbd
.
frame_type
][
mode
];
this_rd
=
RDCOST
(
x
->
rdmult
,
x
->
rddiv
,
this_rate
,
this_distortion
);
if
(
this_rd
<
best_rd
)
{
...
...
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