Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
7dbd8a5d
Commit
7dbd8a5d
authored
Jun 07, 2013
by
Ronald S. Bultje
Browse files
Fix static segmentation feature.
Change-Id: Ia36f626b9b3c2fe7eb89bb9acddf4701db1baef2
parent
340c7a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_mbgraph.c
View file @
7dbd8a5d
...
...
@@ -265,6 +265,9 @@ static void update_mbgraph_frame_stats(VP9_COMP *cpi,
xd
->
plane
[
0
].
pre
[
0
].
stride
=
buf
->
y_stride
;
xd
->
plane
[
1
].
dst
.
stride
=
buf
->
uv_stride
;
xd
->
mode_info_context
=
&
mi_local
;
mi_local
.
mbmi
.
sb_type
=
BLOCK_SIZE_MB16X16
;
mi_local
.
mbmi
.
ref_frame
[
0
]
=
LAST_FRAME
;
mi_local
.
mbmi
.
ref_frame
[
1
]
=
NONE
;
for
(
mb_row
=
0
;
mb_row
<
cm
->
mb_rows
;
mb_row
++
)
{
int_mv
arf_left_mv
,
gld_left_mv
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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