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
18330286
Commit
18330286
authored
Jan 31, 2014
by
Jim Bankoski
Browse files
bsize problem 360p
Fixes an assert that crashed for 360p.. Change-Id: I2faf15c93cbdb0e62a27a3b663f0d09ba62774a8
parent
e78c174e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
18330286
...
...
@@ -2538,7 +2538,7 @@ static void rtc_use_partition(VP9_COMP *cpi,
vp9_pick_inter_mode
(
cpi
,
x
,
tile
,
mi_row
+
block_row
,
mi_col
+
block_col
,
&
rate
,
&
dist
,
cpi
->
sf
.
always_this_block_
size
);
&
rate
,
&
dist
,
b
size
);
}
else
{
set_mode_info
(
&
mi_8x8
[
index
]
->
mbmi
,
bsize
,
mode
,
mi_row
+
block_row
,
mi_col
+
block_col
);
...
...
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