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
Yushin Cho
aom-rav1e
Commits
1fefc39e
Commit
1fefc39e
authored
Aug 19, 2015
by
Marco Paniconi
Committed by
Gerrit Code Review
Aug 19, 2015
Browse files
Merge "Fix to non-rd variance partition selection."
parents
b1e3e834
e1880044
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
1fefc39e
...
...
@@ -717,7 +717,8 @@ static int choose_partitioning(VP9_COMP *cpi,
yv12_g
=
get_ref_frame_buffer
(
cpi
,
GOLDEN_FRAME
);
}
if
(
yv12_g
&&
yv12_g
!=
yv12
)
{
if
(
yv12_g
&&
yv12_g
!=
yv12
&&
(
cpi
->
ref_frame_flags
&
VP9_GOLD_FLAG
))
{
vp9_setup_pre_planes
(
xd
,
0
,
yv12_g
,
mi_row
,
mi_col
,
&
cm
->
frame_refs
[
GOLDEN_FRAME
-
1
].
sf
);
y_sad_g
=
cpi
->
fn_ptr
[
bsize
].
sdf
(
x
->
plane
[
0
].
src
.
buf
,
...
...
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